-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Required us to drop webjars-locator and do the extraction manually, on account of the root issue not being easily and quickly fixable: classgraph/classgraph#891
- Loading branch information
Showing
7 changed files
with
35 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
83 changes: 23 additions & 60 deletions
83
benchmark/src/main/java/ai/timefold/solver/benchmark/impl/report/WebsiteResourceUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,20 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>${benchmarkReport.plannerBenchmarkResult.name} Planner benchmark report</title> | ||
|
||
<link href="website/webjars/timefold/img/timefold-favicon.svg" rel="icon" type="image/svg+xml"> | ||
<link href="website/webjars/timefold/img/timefold-favicon.svg" rel="mask-icon" color="#000000"> | ||
<link href="website/img/timefold-favicon.svg" rel="icon" type="image/svg+xml"> | ||
<link href="website/img/timefold-favicon.svg" rel="mask-icon" color="#000000"> | ||
|
||
<link href="website/css/app.css" rel="stylesheet"/> | ||
<link href="website/webjars/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="website/webjars/timefold/css/timefold-webui.css" rel="stylesheet" /> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="website/css/timefold-webui.css" rel="stylesheet" /> | ||
<link href="website/css/prettify.css" rel="stylesheet"/> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" /> <#-- Too large for a webjar. --> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="stylesheet" /> | ||
|
||
<script src="https://buttons.github.io/buttons.js"></script> | ||
<script src="website/js/app.js"></script> <#-- Contains functions called by chart.js; must go first. --> | ||
<script src="website/webjars/jquery/jquery.min.js"></script> | ||
<script src="website/webjars/bootstrap/js/bootstrap.bundle.min.js"></script> <#-- Includes Popper for dropdowns. --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].0"></script> | ||
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script> <#-- Includes Popper for dropdowns. --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/chart.umd.min.js"></script> | ||
<script src="https://unpkg.com/@sgratzl/[email protected]"></script> | ||
<script src="website/js/chartjs-plugin-watermark.js"></script> | ||
<script src="website/js/prettify.js"></script> | ||
|
@@ -92,7 +92,7 @@ | |
<div class="container"> | ||
<div class="text-white"> | ||
<a href="#" class="navbar-brand"> | ||
<img src="website/webjars/timefold/img/timefold-logo-horizontal-negative.svg" alt="Timefold Logo (horizontal, negative)"> | ||
<img src="website/img/timefold-logo-horizontal-negative.svg" alt="Timefold Logo (horizontal, negative)"> | ||
</a> | ||
<br /> | ||
Benchmark Report | ||
|
2 changes: 1 addition & 1 deletion
2
...hmark/src/main/resources/ai/timefold/solver/benchmark/impl/report/shared-watermark.js.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
.../solver/benchmark/impl/report/website/img/timefold-logo-horizontal-negative.svg
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...old/solver/benchmark/impl/report/website/img/timefold-logo-stacked-positive.svg
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.