4 files changed
+5
-5
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
| 35 | + | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Submodule llvm-project updated from 3a17f74 to 829c5ad
Submodule rustc-perf updated 65 files
- .github/workflows/ci.yml+47-70
- .github/workflows/nightly.yml+7-8
- Cargo.lock+101-300
- LICENSES/Apache-2.0.txt-73
- LICENSES/LLVM-exception.txt-15
- LICENSES/MIT.txt-9
- LICENSES/MPL-2.0.txt-355
- LICENSES/Unicode-DFS-2016.txt-37
- LICENSES/Unlicense.txt-24
- README.md-4
- REUSE.toml-35
- collector/Cargo.toml+1-1
- collector/LICENSE+25
- collector/compile-benchmarks/LICENSE.md+21
- collector/compile-benchmarks/README.md-7
- collector/compile-benchmarks/REUSE.toml-290
- collector/compile-benchmarks/deeply-nested-multi/src/lib.rs+1-1
- collector/compile-benchmarks/issue-46449/Cargo.lock+1-1
- collector/compile-benchmarks/issue-46449/Cargo.toml+1-1
- collector/src/artifact_stats.rs+1-1
- collector/src/bin/collector.rs+2-21
- collector/src/compare.rs-126
- collector/src/lib.rs-1
- collector/src/runtime/mod.rs+1-1
- collector/src/utils/fs.rs+1-1
- collector/src/utils/read2.rs+5-2
- database/Cargo.toml+1-2
- database/src/lib.rs+27-34
- database/src/metric.rs-113
- database/src/pool/postgres.rs+8-30
- database/src/pool/sqlite.rs+3-5
- database/src/selector.rs-406
- site/Cargo.toml+3-3
- site/LICENSE.md+21
- site/frontend/src/pages/compare/benchmark-detail.scss-39
- site/frontend/src/pages/compare/compile/table/benchmark-detail-graph.vue-4
- site/frontend/src/pages/compare/compile/table/benchmark-detail.vue+39-1
- site/frontend/src/pages/compare/runtime/benchmark-detail-graph.vue-4
- site/frontend/src/pages/dashboard.ts+6-46
- site/frontend/templates/pages/dashboard.html+11-28
- site/src/api.rs+3-3
- site/src/average.rs+4-4
- site/src/comparison.rs+114-10
- site/src/db.rs+61
- site/src/github.rs+2-2
- site/src/github/comparison_summary.rs+5-12
- site/src/interpolate.rs+1-1
- site/src/lib.rs+2
- site/src/load.rs+9-12
- site/src/request_handlers/bootstrap.rs+1-1
- site/src/request_handlers/dashboard.rs+8-37
- site/src/request_handlers/github.rs+2-2
- site/src/request_handlers/graph.rs+8-19
- site/src/request_handlers/self_profile.rs+4-3
- site/src/request_handlers/status_page.rs+1-2
- site/src/selector.rs+373-11
- site/src/server.rs+2-3
- triage/2024-06-18.md-193
- triage/2024-06-23.md-179
- triage/2024-07-02.md-314
- triage/2024-07-09.md-170
- triage/2024-07-16.md-107
- triage/2024-07-21.md-63
- triage/2024-07-30.md-251
- triage/2024-08-06.md-207
0 commit comments