From 9b7135224bc3596ee3bceeca83cca3a687b0e9c7 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 25 Oct 2016 23:13:44 +0200 Subject: tests: fetch the example tarball from cdn.kernel.org www.kernel.org is painfully slow at times. --- tests/canonical-benchmarks.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 { -- cgit v1.2.3