Skip to content
Snippets Groups Projects

dont' hardcode curves in the benchmarks

Merged STEVAN Antoine requested to merge fix-hardcoded-curve-benchmarks into main
3 files
+ 66
33
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -157,7 +157,7 @@ gplt plot ...[
...[100, 1_000, 10_000]
--shards $k
--ks $k
--curve bls12381
--curves bls12381
] | from ndnuon | to ndjson out>> recoding.ndjson
}
```
@@ -233,7 +233,7 @@ gplt plot ...[
-k $k
-n 1
--nb-measurements 100
--curve bls12381
--curves bls12381
] | from ndnuon | to ndjson out>> fec.ndjson
}
```
Loading