Skip to content

Commit

Permalink
Merge pull request #39 from jkool702/jkool702-patch-1
Browse files Browse the repository at this point in the history
Update forkrun.speedtest.hyperfine.bash
  • Loading branch information
jkool702 authored Aug 2, 2024
2 parents dd5c2f4 + d570b3b commit 64858cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyperfine_benchmark/forkrun.speedtest.hyperfine.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ renice --priority -20 --pid $$
}

declare -F forkrun 1>/dev/null 2>&1 || {
[[ -f ./forkrun.bash ]] || wget https://raw.githubusercontent.com/jkool702/forkrun/forkrun-testing/forkrun.bash
[[ -f ./forkrun.bash ]] || wget https://raw.githubusercontent.com/jkool702/forkrun/main/forkrun.bash
. ./forkrun.bash
}

Expand Down Expand Up @@ -209,4 +209,4 @@ for jj in ${!C0[@]}; do
done
} | tee "${hfdir}"/results/results-table

done
done

0 comments on commit 64858cf

Please sign in to comment.