Skip to content

Commit 9b71352

Browse files
committed
tests: fetch the example tarball from cdn.kernel.org
www.kernel.org is painfully slow at times.
1 parent d64ccf7 commit 9b71352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/canonical-benchmarks.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "$(md5sum /tmp/linux-3.0.tar.gz | cut -f1 -d' ')" != \
2020
"f7e6591d86a9dbe123dfd1a0be054e7f" ]; then
2121
echo "Downloading linux-3.0.tar.gz"
2222
wget -nv --show-progress -c -O $TGZ \
23-
https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz
23+
https://cdn.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz
2424
fi
2525

2626
function etime {

0 commit comments

Comments
 (0)