This repository was archived by the owner on May 28, 2025. It is now read-only.
2 files changed
+82
-36
lines changedSubmodule rustc-perf updated 65 files
- .github/workflows/ci.yml+70-47
- .github/workflows/nightly.yml+8-7
- Cargo.lock+300-101
- 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+21-2
- 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+2-5
- database/Cargo.toml+2-1
- database/src/interpolate.rs+1-1
- database/src/lib.rs+34-27
- database/src/metric.rs+113
- database/src/pool/postgres.rs+30-8
- database/src/pool/sqlite.rs+5-3
- 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+1-39
- site/frontend/src/pages/compare/runtime/benchmark-detail-graph.vue+4
- site/frontend/src/pages/dashboard.ts+46-6
- site/frontend/templates/pages/dashboard.html+28-11
- site/src/api.rs+3-3
- site/src/average.rs+4-4
- site/src/comparison.rs+10-114
- site/src/db.rs-61
- site/src/github.rs+2-2
- site/src/github/comparison_summary.rs+12-5
- site/src/lib.rs-2
- site/src/load.rs+12-9
- site/src/request_handlers/bootstrap.rs+1-1
- site/src/request_handlers/dashboard.rs+37-8
- site/src/request_handlers/github.rs+2-2
- site/src/request_handlers/graph.rs+19-8
- site/src/request_handlers/self_profile.rs+3-4
- site/src/request_handlers/status_page.rs+2-1
- site/src/selector.rs+11-373
- site/src/server.rs+3-2
- 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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
47 | 60 | | |
48 | 61 | | |
49 | 62 | | |
| |||
52 | 65 | | |
53 | 66 | | |
54 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
55 | 73 | | |
56 | 74 | | |
57 | 75 | | |
| |||
87 | 105 | | |
88 | 106 | | |
89 | 107 | | |
| 108 | + | |
| 109 | + | |
90 | 110 | | |
91 | | - | |
92 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
93 | 128 | | |
94 | | - | |
95 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
96 | 137 | | |
97 | | - | |
98 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
99 | 145 | | |
100 | 146 | | |
101 | | - | |
102 | | - | |
103 | | - | |
| 147 | + | |
104 | 148 | | |
105 | | - | |
106 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
107 | 152 | | |
108 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
109 | 157 | | |
110 | | - | |
| 158 | + | |
111 | 159 | | |
112 | | - | |
| 160 | + | |
113 | 161 | | |
114 | | - | |
| 162 | + | |
115 | 163 | | |
116 | | - | |
| 164 | + | |
117 | 165 | | |
118 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
119 | 169 | | |
120 | 170 | | |
121 | 171 | | |
| |||
125 | 175 | | |
126 | 176 | | |
127 | 177 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 178 | | |
0 commit comments