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.*'
Loading
Please register or sign in to comment