Skip to content

Commit e129ae5

Browse files
committed
update database schema documentation
1 parent 1cb96c1 commit e129ae5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

database/schema.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,12 @@ is attached to the entry in this table, it can be benchmarked.
238238
* exclude: which benchmarks should be excluded (corresponds to the `--exclude` benchmark parameter)
239239
* runs: how many iterations should be used by default for the benchmark run
240240
* commit_date: when was the commit created
241+
* backends: the codegen backends to use for the benchmarks (corresponds to the `--backends` benchmark parameter)
241242

242243
```
243244
sqlite> select * from pull_request_build limit 1;
244-
bors_sha pr parent_sha complete requested include exclude runs commit_date
245-
---------- -- ---------- -------- --------- ------- ------- ---- -----------
245+
bors_sha pr parent_sha complete requested include exclude runs commit_date backends
246+
---------- -- ---------- -------- --------- ------- ------- ---- ----------- --------
246247
1w0p83... 42 fq24xq... true <timestamp> 3 <timestamp>
247248
```
248249

0 commit comments

Comments
 (0)