Skip to content

Commit

Permalink
Merge f5161cc into 6d8ae68
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaclarke committed Apr 7, 2021
2 parents 6d8ae68 + f5161cc commit 182388b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions conbench/api/_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ def _api_benchmark_entity(
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"gc_collect": True,
"gc_disable": True,
"input_type": "arrow",
"name": name,
},
Expand Down
4 changes: 0 additions & 4 deletions conbench/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ def benchmark(self, f, name, tags, context, run, options):
"time_unit": "s",
}

# TODO: don't add to tags for now for backwards compatibility
del timing_options["drop_caches"]

tags.update(timing_options)
context.update(self.language)
benchmark, _ = self.record(
result,
Expand Down
8 changes: 0 additions & 8 deletions conbench/tests/api/_expected_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"gc_collect": True,
"gc_disable": True,
"id": "some-case-uuid-1",
"input_type": "arrow",
"name": "file-write",
Expand Down Expand Up @@ -171,8 +169,6 @@
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"gc_collect": True,
"gc_disable": True,
"id": "some-case-uuid-1",
"input_type": "arrow",
"name": "file-write",
Expand Down Expand Up @@ -242,8 +238,6 @@
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"gc_collect": True,
"gc_disable": True,
"id": "some-case-uuid-1",
"input_type": "arrow",
"name": "file-write",
Expand Down Expand Up @@ -305,8 +299,6 @@
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"gc_collect": True,
"gc_disable": True,
"id": "some-case-uuid-1",
"input_type": "arrow",
"name": "file-write",
Expand Down
2 changes: 0 additions & 2 deletions conbench/tests/api/test_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"gc_collect": True,
"gc_disable": True,
"input_type": "arrow",
"name": "file-write",
},
Expand Down
6 changes: 0 additions & 6 deletions conbench/tests/benchmark/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@
},
"tags": {
"year": "2020",
"gc_collect": True,
"gc_disable": True,
"name": "addition",
},
}
Expand All @@ -85,8 +83,6 @@ def test_runner_without_cases():
assert not BenchmarkFacadeSchema.create.validate(result)
expected_tags = {
"year": "2020",
"gc_collect": True,
"gc_disable": True,
"name": "addition",
}
assert output == 2
Expand All @@ -111,8 +107,6 @@ def test_runner_with_cases():
"fruit": "apple",
"count": 1,
"dataset": "sample",
"gc_collect": True,
"gc_disable": True,
"name": "subtraction",
}
assert output == 99
Expand Down

0 comments on commit 182388b

Please sign in to comment.