Skip to content

Commit 134d317

Browse files
committed
Remove obsolete error_series table from schema.md
1 parent d0c8c80 commit 134d317

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

database/schema.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -283,26 +283,13 @@ bors_sha pr parent_sha complete requested include exclude runs commi
283283
1w0p83... 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
```
304291
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...
308295
```

0 commit comments

Comments
 (0)