Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
henrystoldt committed Mar 23, 2021
1 parent e56433d commit f696101
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

// List of branches to benchmark. If not provided, defaults to "master"
// (for git) or "default" (for mercurial).
// "branches": ["master"], // for git
"branches": ["master", "benchmarking"], // for git
// "branches": ["default"], // for mercurial

// The DVCS being used. If not set, it will be automatically
Expand Down
4 changes: 0 additions & 4 deletions benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ def setup():
os.chdir(Path(__file__).parent.parent)

class Time:
"""
An example benchmark that times the performance of various kinds
of iterating over dictionaries in Python.
"""
def time_simulationDefinitionParsing(self):
simDef = SimDefinition("test/test_IO/testSimDefinition.mapleaf")

Expand Down

0 comments on commit f696101

Please sign in to comment.