pull/12099/head
Rich Harris 2 years ago
parent 7aebb601a3
commit 1d6cbf77c1

@ -34,6 +34,7 @@ if (branches.length === 1) {
branches.push('main');
}
// TODO run the benchmarks in a child process
for (const branch of branches) {
const results = [];
for (const benchmark of benchmarks) {

Loading…
Cancel
Save