Skip to content
Snippets Groups Projects

bump PLNK to 0.6.0

Merged STEVAN Antoine requested to merge bump-plnk into main
6 files
+ 67
103
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 2
0
@@ -87,6 +87,8 @@ let res = cargo run --example bench_commit -- --nb-measurements 10 ...$degrees
@@ -87,6 +87,8 @@ let res = cargo run --example bench_commit -- --nb-measurements 10 ...$degrees
| update times { into duration }
| update times { into duration }
| insert mean {|it| $it.times | math avg}
| insert mean {|it| $it.times | math avg}
| insert stddev {|it| $it.times | into int | into float | math stddev | into int | into duration}
| insert stddev {|it| $it.times | into int | into float | math stddev | into int | into duration}
 
| update label { parse "degree {d}" | into record | get d | into int }
 
| rename --column { label: "degree", name: "curve" }
python scripts/plot/bench_commit.py (
python scripts/plot/bench_commit.py (
$res | group-by curve --to-table | update items { reject curve } | to json
$res | group-by curve --to-table | update items { reject curve } | to json
Loading