rework benchmarks: script and output format (!193)
this is an attempt at making benchmarks easier to work with - `benchmarks run` will read benchmarks from NUON data and run them - `benchmarks plot` will plot benchmark results - the output format will be something - a directory whose name is the hash of the CPU spec and the Komodo commit hash - contains `cpu.json` with the CPU info - contains `komodo.txt` with the Komodo commit hash - contains NDJSON result files >**Note** > > results will typically be uploaded to https://gitlab.isae-supaero.fr/dragoon/komodo-benchmark-results > **Note** > > this MR goes alongside the [`komodo-benchmark-results@restart`](https://gitlab.isae-supaero.fr/dragoon/komodo-benchmark-results/-/compare/main...restart) branch ## changelog - bump Nushell to 0.101.0 - parallel `$in` => remove useless `let input = $in` when possible, e.g. still required when using the function's `$in` in a `for` loop - `group-by` changed => `group-by x --to...
Showing
- Makefile 1 addition, 1 deletionMakefile
- README.md 2 additions, 0 deletionsREADME.md
- benchmarks/README.md 113 additions, 118 deletionsbenchmarks/README.md
- benchmarks/mod.nu 258 additions, 0 deletionsbenchmarks/mod.nu
- benchmarks/nu-lib/commit.nu 16 additions, 8 deletionsbenchmarks/nu-lib/commit.nu
- benchmarks/nu-lib/fec/plot.nu 9 additions, 9 deletionsbenchmarks/nu-lib/fec/plot.nu
- benchmarks/nu-lib/fec/run.nu 18 additions, 7 deletionsbenchmarks/nu-lib/fec/run.nu
- benchmarks/nu-lib/fri/plot.nu 3 additions, 1 deletionbenchmarks/nu-lib/fri/plot.nu
- benchmarks/nu-lib/fri/run.nu 1 addition, 1 deletionbenchmarks/nu-lib/fri/run.nu
- benchmarks/nu-lib/linalg.nu 17 additions, 8 deletionsbenchmarks/nu-lib/linalg.nu
- benchmarks/nu-lib/recoding.nu 19 additions, 8 deletionsbenchmarks/nu-lib/recoding.nu
- benchmarks/nu-lib/setup.nu 16 additions, 8 deletionsbenchmarks/nu-lib/setup.nu
- benchmarks/nu-lib/utils/plot.nu 2 additions, 4 deletionsbenchmarks/nu-lib/utils/plot.nu
- benchmarks/params/fri.nu 0 additions, 16 deletionsbenchmarks/params/fri.nu
- benchmarks/src/bin/curve_group.rs 0 additions, 0 deletionsbenchmarks/src/bin/curve_group.rs
- benchmarks/src/bin/field.rs 0 additions, 0 deletionsbenchmarks/src/bin/field.rs
benchmarks/params/fri.nu
deleted
100644 → 0
File moved
Please register or sign in to comment