Skip to content

Commit

Permalink
Display benchmark language
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaclarke committed Jul 7, 2021
1 parent 29f7ef2 commit 1e06204
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conbench/api/_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def _api_compare_entity(benchmark_ids, batch_ids, run_ids, batch, benchmark, tag
"baseline_run_id": run_ids[0],
"batch": batch,
"benchmark": benchmark,
"language": "Python",
"change": "0.000%",
"threshold": "5.000%",
"regression": False,
Expand Down Expand Up @@ -148,6 +149,7 @@ def _api_compare_list(
"baseline_run_id": run_ids[0],
"batch": batches[0],
"benchmark": benchmarks[0],
"language": "Python",
"change": "0.000%",
"threshold": "5.000%",
"regression": False,
Expand All @@ -174,6 +176,7 @@ def _api_compare_list(
"baseline_run_id": run_ids[0],
"batch": batches[1],
"benchmark": benchmarks[1],
"language": "Python",
"change": "0.000%",
"threshold": "5.000%",
"regression": False,
Expand Down
3 changes: 3 additions & 0 deletions conbench/tests/api/_expected_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
"contender_z_regression": False,
"contender_z_score": "0.000",
"improvement": False,
"language": "Python",
"less_is_better": True,
"regression": False,
"tags": {
Expand Down Expand Up @@ -372,6 +373,7 @@
"contender_z_regression": False,
"contender_z_score": "0.000",
"improvement": False,
"language": "Python",
"less_is_better": True,
"regression": False,
"tags": {
Expand Down Expand Up @@ -405,6 +407,7 @@
"contender_z_regression": False,
"contender_z_score": "0.000",
"improvement": False,
"language": "Python",
"less_is_better": True,
"regression": False,
"tags": {
Expand Down

0 comments on commit 1e06204

Please sign in to comment.