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

move plot script from `benches/` to `scripts/plot/`

parent 10f9a37c
No related branches found
No related tags found
1 merge request!69work on the benchmarks
...@@ -10,6 +10,6 @@ nushell> cargo run --example bench_setup_size out>> results.ndjson ...@@ -10,6 +10,6 @@ nushell> cargo run --example bench_setup_size out>> results.ndjson
## plot the results ## plot the results
```shell ```shell
python benches/plot.py results.ndjson --bench linalg python scripts/plot/benches.py results.ndjson --bench linalg
python benches/plot.py results.ndjson --bench setup python scripts/plot/benches.py results.ndjson --bench setup
``` ```
File moved
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