diff options
author | Jakob Unterwurzacher | 2016-10-25 23:13:44 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-25 23:13:44 +0200 |
commit | 9b7135224bc3596ee3bceeca83cca3a687b0e9c7 (patch) | |
tree | 7f8681dad6f79c27d401f2dec0fd8653e8c1b174 | |
parent | d64ccf7cf4d110d515b07b7f95127f12ecd4d318 (diff) |
tests: fetch the example tarball from cdn.kernel.org
www.kernel.org is painfully slow at times.
-rwxr-xr-x | tests/canonical-benchmarks.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canonical-benchmarks.bash b/tests/canonical-benchmarks.bash index 4c92c56..6dd8b4f 100755 --- a/tests/canonical-benchmarks.bash +++ b/tests/canonical-benchmarks.bash @@ -20,7 +20,7 @@ if [ "$(md5sum /tmp/linux-3.0.tar.gz | cut -f1 -d' ')" != \ "f7e6591d86a9dbe123dfd1a0be054e7f" ]; then echo "Downloading linux-3.0.tar.gz" wget -nv --show-progress -c -O $TGZ \ - https://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz + https://cdn.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.gz fi function etime { |