Skip to content

Commit

Permalink
Old tags (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaclarke committed Apr 8, 2021
1 parent 14db544 commit e10c68e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions conbench/api/_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ def _api_benchmark_entity(
"compression": "snappy",
"cpu_count": 2,
"dataset": "nyctaxi_sample",
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"input_type": "arrow",
"name": name,
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 @@ -98,8 +98,6 @@
"compression": "snappy",
"cpu_count": 2,
"dataset": "nyctaxi_sample",
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"id": "some-case-uuid-1",
"input_type": "arrow",
Expand Down Expand Up @@ -166,8 +164,6 @@
"compression": "snappy",
"cpu_count": 2,
"dataset": "nyctaxi_sample",
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"id": "some-case-uuid-1",
"input_type": "arrow",
Expand Down Expand Up @@ -235,8 +231,6 @@
"compression": "snappy",
"cpu_count": 2,
"dataset": "nyctaxi_sample",
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"id": "some-case-uuid-1",
"input_type": "arrow",
Expand Down Expand Up @@ -296,8 +290,6 @@
"compression": "snappy",
"cpu_count": 2,
"dataset": "nyctaxi_sample",
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"id": "some-case-uuid-1",
"input_type": "arrow",
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 @@ -83,8 +83,6 @@
"compression": "snappy",
"cpu_count": 2,
"dataset": "nyctaxi_sample",
"dataset_columns": 18,
"dataset_rows": 998,
"file_type": "parquet",
"input_type": "arrow",
"name": "file-write",
Expand Down

0 comments on commit e10c68e

Please sign in to comment.