Skip to content

Commit d570b3b

Browse files
authored
Update forkrun.speedtest.hyperfine.bash
1 parent dd5c2f4 commit d570b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hyperfine_benchmark/forkrun.speedtest.hyperfine.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ renice --priority -20 --pid $$
1111
}
1212

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

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

212-
done
212+
done

0 commit comments

Comments
 (0)