From 5bca8a1d47ca6643ecafbd9d0f5ad624540154b0 Mon Sep 17 00:00:00 2001 From: Hyro Date: Fri, 5 Aug 2022 19:36:32 +0200 Subject: benchmarks(sqlite): invalid northwind database url (#989) * build:(landing) automated website build * Revert "build:(landing) automated website build" This reverts commit ddee8485fd8b76160962c410b885e17aaff95b4e. * benchmarks(sqlite): fix invalid northwind database url Co-authored-by: xHyroM --- bench/sqlite/src/download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bench/sqlite/src') diff --git a/bench/sqlite/src/download.sh b/bench/sqlite/src/download.sh index d70cff3ca..98d0d1d22 100644 --- a/bench/sqlite/src/download.sh +++ b/bench/sqlite/src/download.sh @@ -5,7 +5,7 @@ if [ -f src/northwind.sqlite ]; then exit 0 fi -curl -LJO https://raw.githubusercontent.com/jpwhite3/northwind-SQLite3/master/Northwind_large.sqlite.zip +curl -LJO https://raw.githubusercontent.com/jpwhite3/northwind-SQLite3/46d5f8a64f396f87cd374d1600dbf521523980e8/Northwind_large.sqlite.zip unzip Northwind_large.sqlite.zip @@ -13,4 +13,4 @@ rm Northwind_large.sqlite.zip mv Northwind_large.sqlite src/northwind.sqlite rm -rf __MACOSX -rm -rf Northwind* || echo "" \ No newline at end of file +rm -rf Northwind* || echo "" -- cgit v1.2.3