Skip to content
Snippets Groups Projects

migrate criterion benchmarks to PLNK

Merged STEVAN Antoine requested to merge migrate-criterion-benchmarks-to-plnk into main
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -85,7 +85,11 @@ python scripts/plot/plot.py ...[
@@ -85,7 +85,11 @@ python scripts/plot/plot.py ...[
--x-label "degree"
--x-label "degree"
--y-label "time (in ms)"
--y-label "time (in ms)"
(
(
open commit.ndjson | group-by curve --to-table | update items { reject curve } | to json
open commit.ndjson
 
| rename --column { label: "x", name: "curve", mean: "measurement", stddev: "error" }
 
| group-by curve --to-table
 
| update items { reject curve }
 
| to json
)
)
]
]
```
```
Loading