File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 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.
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```
243244sqlite> 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+ ---------- -- ---------- -------- --------- ------- ------- ---- ----------- --------
2462471w0p83... 42 fq24xq... true <timestamp> 3 <timestamp>
247248```
248249
You can’t perform that action at this time.
0 commit comments