Skip to content
Snippets Groups Projects
Verified Commit b86dc034 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

remove --bench from parse-ndjson-benchmark-results

parent 900b9963
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,6 @@ def parse-ndjson-benchmark-results [
--cpu : string = '',
--src : string = '',
--build : string = '',
--bench : string,
]: [
table<name: string, label: string, times: list<int>> -> table
] {
......@@ -125,7 +124,6 @@ def parse-ndjson-benchmark-results [
)
if ($filtered | is-empty) {
error-with-context "filter did not return anything" {
bench : $bench
git : $git
cpu : $cpu
src : $src
......@@ -182,7 +180,6 @@ def plot-bars [
--cpu $cpu_hash_pattern
--src $src_hash_pattern
--build $rust_build
--bench $bench
)
| reject times
| update-time-unit avg $time_unit
......@@ -339,7 +336,6 @@ def __plot [
--cpu $cpu_hash_pattern
--src $src_hash_pattern
--build $rust_build
--bench $bench
)
| reject times
if ($raw | is-empty) { return }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment