File tree Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Expand file tree Collapse file tree 1 file changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -283,26 +283,13 @@ bors_sha pr parent_sha complete requested include exclude runs commi
283
283
1w0p83... 42 fq24xq... true <timestamp> 3 <timestamp>
284
284
```
285
285
286
- ### error_series
287
-
288
- Records a compile-time benchmark that caused an error.
289
-
290
- This table exists to avoid duplicating benchmarks many times in the ` error ` table.
291
-
292
- ```
293
- sqlite> select * from error_series limit 1;
294
- id crate
295
- ---------- -----------
296
- 1 hello-world
297
- ```
298
-
299
286
### error
300
287
301
- Records a compilation error for an artifact and an entry in ` error_series ` .
288
+ Records a compilation or runtime error for an artifact and a benchmark .
302
289
303
290
```
304
291
sqlite> select * from error limit 1;
305
- series aid error
306
- ---------- --- -----
307
- 1 42 Failed to compile...
292
+ aid benchmark error
293
+ ---------- --- -----
294
+ 1 syn-1.0.89 Failed to compile...
308
295
```
You can’t perform that action at this time.
0 commit comments