@@ -240,43 +240,51 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
240
240
< div class =" section ">
241
241
< div class ="section-heading ">
242
242
< div style ="width: 160px; ">
243
- < span > Cache states</ span >
244
- < span class ="tooltip "> ?< span class ="tooltiptext ">
245
- Most benchmarks have at least 4 cache states for which we collect data</ span >
243
+ < span > Build types</ span >
244
+ < span class ="tooltip "> ?
245
+ < span class ="tooltiptext ">
246
+ The different types of builds based on their incremental compilation cache state and
247
+ what has changed since the last build.
248
+ </ span >
246
249
</ span >
247
250
</ div >
248
251
</ div >
249
252
< ul id ="states-list ">
250
253
< li > < input type ="checkbox " id ="build-full " v-model ="filter.cache.full " /> < span
251
254
class ="cache-label "> full</ span >
252
- < div class ="tooltip "> ?< span class ="tooltiptext "> A
253
- non-incremental full build starting with empty cache</ span > </ div >
255
+ < div class ="tooltip "> ?
256
+ < span class ="tooltiptext ">
257
+ A non-incremental full build starting with empty cache.
258
+ </ span >
259
+ </ div >
254
260
</ li >
255
261
< li > < input type ="checkbox " id ="build-incremental-full " v-model ="filter.cache.incrFull " /> < span
256
262
class ="cache-label "> incr-full</ span >
257
- < div class ="tooltip "> ?< span class ="tooltiptext "> An incremental build
258
- starting
259
- with empty cache
260
- </ span > </ div >
263
+ < div class ="tooltip "> ?
264
+ < span class ="tooltiptext ">
265
+ An incremental build starting with empty cache.
266
+ </ span >
267
+ </ div >
261
268
</ li >
262
269
< li > < input type ="checkbox " id ="build-incremental-unchanged "
263
270
v-model ="filter.cache.incrUnchanged " />
264
271
< span class ="cache-label "> incr-unchanged</ span >
265
- < div class ="tooltip "> ?< span class ="tooltiptext "> An
266
- incremental
267
- build
268
- starting with complete
269
- cache, and unchanged source directory -- the "perfect" scenario for
270
- incremental.</ span >
272
+ < div class ="tooltip "> ?
273
+ < span class ="tooltiptext ">
274
+ An incremental build starting with complete cache, and unchanged source directory --
275
+ the "perfect" scenario for incremental.
276
+ </ span >
271
277
</ div >
272
278
</ li >
273
279
< li > < input type ="checkbox " id ="build-incremental-patched "
274
280
v-model ="filter.cache.incrPatched " /> < span class ="cache-label "> incr-patched</ span >
275
- < div class ="tooltip "> ?< span class ="tooltiptext "> An incremental
276
- build
277
- starting with complete cache, and an
278
- altered source directory. The typical variant of this is "println" which represents
279
- the addition of a `println!` macro somewhere in the source code.</ span > </ div >
281
+ < div class ="tooltip "> ?
282
+ < span class ="tooltiptext ">
283
+ An incremental build starting with complete cache, and an altered source directory.
284
+ The typical variant of this is "println" which represents the addition of a
285
+ `println!` macro somewhere in the source code.
286
+ </ span >
287
+ </ div >
280
288
</ li >
281
289
</ ul >
282
290
</ div >
0 commit comments