mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
2 lines
222 B
Bash
Executable file
2 lines
222 B
Bash
Executable file
#!/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'
|