Skip to content

Commit

Permalink
ci: update PublicBI dataset URL (#1733)
Browse files Browse the repository at this point in the history
changed in
cwida/public_bi_benchmark@cf99090

Should fix PBI benchmark runs
  • Loading branch information
a10y authored Dec 19, 2024
1 parent 44a9277 commit cb3e7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench-vortex/src/public_bi_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ impl PBIUrl {
}
}
fn to_url_string(&self) -> Url {
Url::parse("https://homepages.cwi.nl/~boncz/PublicBIbenchmark/")
Url::parse("https://event.cwi.nl/da/PublicBIbenchmark/")
.unwrap()
.join(format!("{}/", self.dataset_name).as_str())
.unwrap()
Expand Down

0 comments on commit cb3e7b0

Please sign in to comment.