Skip to content

Commit 9fbcf23

Browse files
authored
Fixed Issue #13896 (#13903)
The URL to the external website was returning a 404. Presuming recent changes in the external website's structure, the required data has been moved to a different URL. The commit ensures the new URL is used.
1 parent a44c6e0 commit 9fbcf23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/bench.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,11 +456,11 @@ run_clickbench_extended() {
456456
}
457457

458458
# Downloads the csv.gz files IMDB datasets from Peter Boncz's homepage(one of the JOB paper authors)
459-
# http://homepages.cwi.nl/~boncz/job/imdb.tgz
459+
# https://event.cwi.nl/da/job/imdb.tgz
460460
data_imdb() {
461461
local imdb_dir="${DATA_DIR}/imdb"
462462
local imdb_temp_gz="${imdb_dir}/imdb.tgz"
463-
local imdb_url="https://homepages.cwi.nl/~boncz/job/imdb.tgz"
463+
local imdb_url="https://event.cwi.nl/da/job/imdb.tgz"
464464

465465
# imdb has 21 files, we just separate them into 3 groups for better readability
466466
local first_required_files=(

0 commit comments

Comments
 (0)