add experiment script

This commit is contained in:
Simon Cruanes 2023-10-29 21:57:19 -04:00
parent da7e21ab18
commit f1774acd52
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View 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'