Skip to content

Commit

Permalink
Update schema URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 24, 2025
1 parent a2e241b commit 3c5a5a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class BenchmarksRunner {
private final File resultsFile;
private static final URI SCHEMA_URI =
URI.create(
"https://raw.githubusercontent.com/enso-org/engine-benchmark-results/2b29af9dee5d4caea75a67fe2b1ef721dc09aaad/schema/cache-v2.json");
"https://raw.githubusercontent.com/enso-org/engine-benchmark-results/fef8b37881580512435cfa9bb2b867e6b97e147a/schema/cache-v2.json");

public BenchmarksRunner() {
this.resultsFile = new File("./bench-report.json");
Expand Down

0 comments on commit 3c5a5a3

Please sign in to comment.