File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -238,11 +238,12 @@ is attached to the entry in this table, it can be benchmarked.
238
238
* exclude: which benchmarks should be excluded (corresponds to the ` --exclude ` benchmark parameter)
239
239
* runs: how many iterations should be used by default for the benchmark run
240
240
* commit_date: when was the commit created
241
+ * backends: the codegen backends to use for the benchmarks (corresponds to the ` --backends ` benchmark parameter)
241
242
242
243
```
243
244
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
+ ---------- -- ---------- -------- --------- ------- ------- ---- ----------- --------
246
247
1w0p83... 42 fq24xq... true <timestamp> 3 <timestamp>
247
248
```
248
249
You can’t perform that action at this time.
0 commit comments