We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56433d commit f696101Copy full SHA for f696101
asv.conf.json
@@ -30,7 +30,7 @@
30
31
// List of branches to benchmark. If not provided, defaults to "master"
32
// (for git) or "default" (for mercurial).
33
- // "branches": ["master"], // for git
+ "branches": ["master", "benchmarking"], // for git
34
// "branches": ["default"], // for mercurial
35
36
// The DVCS being used. If not set, it will be automatically
benchmarks/benchmarks.py
@@ -12,10 +12,6 @@ def setup():
12
os.chdir(Path(__file__).parent.parent)
13
14
class Time:
15
- """
16
- An example benchmark that times the performance of various kinds
17
- of iterating over dictionaries in Python.
18
19
def time_simulationDefinitionParsing(self):
20
simDef = SimDefinition("test/test_IO/testSimDefinition.mapleaf")
21
0 commit comments