Skip to content

Commit

Permalink
ci: update PublicBI dataset URL
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Dec 19, 2024
1 parent 44a9277 commit 68f6e3a
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 68f6e3a

Please sign in to comment.