##// END OF EJS Templates
run-tests: remove --py3-warnings...
run-tests: remove --py3-warnings This Python 2 only mode was to help Python 2 alert when doing things not supported on Python 3. Now that we have test coverage with Python 3, I don't think we need it. Differential Revision: https://phab.mercurial-scm.org/D7978

File last commit:

r30406:cff0f592 default
r44602:bd0de73c default
Show More
asv.conf.json
13 lines | 397 B | application/json | JsonLexer
Philippe Pepiot
perf: add asv benchmarks...
r30406 {
"version": 1,
"project": "mercurial",
"project_url": "https://mercurial-scm.org/",
"repo": "..",
"branches": ["default", "stable"],
"environment_type": "virtualenv",
"show_commit_url": "https://www.mercurial-scm.org/repo/hg/rev/",
"benchmark_dir": "benchmarks",
"env_dir": "../.asv/env",
"results_dir": "../.asv/results",
"html_dir": "../.asv/html"
}