Skip to content

Commit

Permalink
Add adhoc SVG reference
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Oct 9, 2023
1 parent b9716ed commit 374b48e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ static int main1(String[] args) {
URL benchmarkCsv = new ResultSummary(d, "benchmark-summary-results.csv", Bench.resultFileName).summarize();
toSummarySvg(platformCsv, benchmarkCsv, "standard", d, "nightly");
toSummarySvg(platformCsv, benchmarkCsv, "standard", d, "release");
toSummarySvg(platformCsv, benchmarkCsv, "standard", d, "adhoc");
toSummarySvg(platformCsv, benchmarkCsv, "compare", d, "compare");
}
return exitCode;
Expand Down

0 comments on commit 374b48e

Please sign in to comment.