Skip to content

Commit cb3e7b0

Browse files
authored
ci: update PublicBI dataset URL (#1733)
changed in cwida/public_bi_benchmark@cf99090 Should fix PBI benchmark runs
1 parent 44a9277 commit cb3e7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench-vortex/src/public_bi_data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ impl PBIUrl {
481481
}
482482
}
483483
fn to_url_string(&self) -> Url {
484-
Url::parse("https://homepages.cwi.nl/~boncz/PublicBIbenchmark/")
484+
Url::parse("https://event.cwi.nl/da/PublicBIbenchmark/")
485485
.unwrap()
486486
.join(format!("{}/", self.dataset_name).as_str())
487487
.unwrap()

0 commit comments

Comments
 (0)