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
2832831w0p83... 42 fq24xq... true <timestamp> 3 <timestamp>
284284```
285285
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-
299286### error
300287
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 .
302289
303290```
304291sqlite> 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...
308295```
You can’t perform that action at this time.
0 commit comments