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

update benchmarks readme

parent fd8d8dd7
No related branches found
No related tags found
1 merge request!84use PLNK instead of duplicating "bench" framework
Pipeline #4902 passed
...@@ -18,12 +18,12 @@ python scripts/plot/benches.py results.ndjson --bench setup ...@@ -18,12 +18,12 @@ python scripts/plot/benches.py results.ndjson --bench setup
```nushell ```nushell
cargo run --example bench_field_operations -- --nb-measurements 1000 cargo run --example bench_field_operations -- --nb-measurements 1000
| lines | lines
| each { from nuon } | each { from json }
| to ndjson | to ndjson
| save --force field.ndjson | save --force field.ndjson
cargo run --example bench_curve_group_operations -- --nb-measurements 1000 cargo run --example bench_curve_group_operations -- --nb-measurements 1000
| lines | lines
| each { from nuon } | each { from json }
| to ndjson | to ndjson
| save --force curve_group.ndjson | save --force curve_group.ndjson
``` ```
...@@ -34,7 +34,7 @@ def read-atomic-ops [ ...@@ -34,7 +34,7 @@ def read-atomic-ops [
let raw = $in let raw = $in
| insert t {|it| $it.times |math avg} | insert t {|it| $it.times |math avg}
| reject times | reject times
| rename --column { op: "group", curve: "species", t: "measurement" } | rename --column { label: "group", name: "species", t: "measurement" }
let included = if $include != [] { let included = if $include != [] {
$raw | where group in $include $raw | where group in $include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment