Skip to content

Commit f696101

Browse files
committed
Minor updates
1 parent e56433d commit f696101

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

asv.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
// List of branches to benchmark. If not provided, defaults to "master"
3232
// (for git) or "default" (for mercurial).
33-
// "branches": ["master"], // for git
33+
"branches": ["master", "benchmarking"], // for git
3434
// "branches": ["default"], // for mercurial
3535

3636
// The DVCS being used. If not set, it will be automatically

benchmarks/benchmarks.py

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ def setup():
1212
os.chdir(Path(__file__).parent.parent)
1313

1414
class Time:
15-
"""
16-
An example benchmark that times the performance of various kinds
17-
of iterating over dictionaries in Python.
18-
"""
1915
def time_simulationDefinitionParsing(self):
2016
simDef = SimDefinition("test/test_IO/testSimDefinition.mapleaf")
2117

0 commit comments

Comments
 (0)