Skip to content
Snippets Groups Projects
Commit baec9670 authored by Philippe Pepiot's avatar Philippe Pepiot
Browse files

Make revset.py benchmarks inherits from BaseTestSuite

By using perfext()
Inheriting from BaseTestSuite allow to add global variants easily.
We also drop mercurial repo specific revsets (like 'author(mpm)') because AFAIK we
never run them and they add some complexity while rewriting with BaseTestSuite.

This cause benchmarks to be renamed and prefixed by RevsetTestSuite.
To remove old benchmarks results: asv rm 'benchmark=revset.*'
parent 34378aac
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment