mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-05 19:00:33 -05:00
add experiment script
This commit is contained in:
parent
da7e21ab18
commit
f1774acd52
1 changed files with 2 additions and 0 deletions
2
benchs/experiments/bench_fib_2023-10-29.sh
Executable file
2
benchs/experiments/bench_fib_2023-10-29.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec hyperfine --warmup=1 './bench_fib.sh -cutoff 15 -n 42 -niter 2 -psize=20 -kind=pool -fj' './bench_fib.sh -cutoff 15 -n 42 -niter 2 -psize=20 -kind=pool -await' './bench_fib.sh -cutoff 15 -n 42 -niter 2 -dl'
|
||||
Loading…
Add table
Reference in a new issue