We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5c2f4 commit d570b3bCopy full SHA for d570b3b
hyperfine_benchmark/forkrun.speedtest.hyperfine.bash
@@ -11,7 +11,7 @@ renice --priority -20 --pid $$
11
}
12
13
declare -F forkrun 1>/dev/null 2>&1 || {
14
- [[ -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
15
. ./forkrun.bash
16
17
@@ -209,4 +209,4 @@ for jj in ${!C0[@]}; do
209
done
210
} | tee "${hfdir}"/results/results-table
211
212
-done
+done
0 commit comments