File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3434
3535for alg in " ${ALGS[@]} "
3636do
37- hyperfine " target/release/aobench ${WIDTH} ${HEIGHT} --algo ${alg} "
37+ hyperfine " ../ target/release/aobench ${WIDTH} ${HEIGHT} --algo ${alg} "
3838done
3939
4040echo " Benchmark 128-bit wide vectors"
@@ -43,5 +43,5 @@ RUSTFLAGS="-C target-cpu=native ${RUSTFLAGS}" \
4343 --features=" ${FEATURES} "
4444for alg in " ${ALGS[@]} "
4545do
46- hyperfine " target/release/aobench ${WIDTH} ${HEIGHT} --algo ${alg} "
46+ hyperfine " ../ target/release/aobench ${WIDTH} ${HEIGHT} --algo ${alg} "
4747done
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ if [[ "${NORUN}" == "1" ]]; then
2727 exit 0
2828fi
2929
30- hyperfine " target/release/mandelbrot ${WIDTH} ${HEIGHT} --algo scalar"
31- hyperfine " target/release/mandelbrot ${WIDTH} ${HEIGHT} --algo simd"
30+ hyperfine " ../ target/release/mandelbrot ${WIDTH} ${HEIGHT} --algo scalar"
31+ hyperfine " ../ target/release/mandelbrot ${WIDTH} ${HEIGHT} --algo simd"
3232
3333if echo " $FEATURES " | grep -q " ispc" ; then
34- hyperfine " target/release/mandelbrot ${WIDTH} ${HEIGHT} --algo ispc"
34+ hyperfine " ../ target/release/mandelbrot ${WIDTH} ${HEIGHT} --algo ispc"
3535fi
Original file line number Diff line number Diff line change 2727
2828# for alg in "${ALGS[@]}"
2929# do
30- # hyperfine "target/release/options_pricing ${NUM_OPTIONS_BLACK_SCHOLES} ${alg}"
30+ # hyperfine "../ target/release/options_pricing ${NUM_OPTIONS_BLACK_SCHOLES} ${alg}"
3131# done
3232
3333# Binomial put:
@@ -40,5 +40,5 @@ NUM_OPTIONS_BINOMIAL_PUT=500000
4040
4141for alg in " ${ALGS[@]} "
4242do
43- hyperfine " target/release/options_pricing ${NUM_OPTIONS_BINOMIAL_PUT} ${alg} "
43+ hyperfine " ../ target/release/options_pricing ${NUM_OPTIONS_BINOMIAL_PUT} ${alg} "
4444done
Original file line number Diff line number Diff line change 3030
3131for alg in " ${algs[@]} "
3232do
33- hyperfine " target/release/stencil ${alg} "
33+ hyperfine " ../ target/release/stencil ${alg} "
3434done
You can’t perform that action at this time.
0 commit comments