Skip to content

Commit deb190d

Browse files
committed
Add sqlite_parse to CI benchmark workflow
https://claude.ai/code/session_01FTWjVrx89APRSYaoxheTCh
1 parent f631ddd commit deb190d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/run_wado_benchmarks.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ for (const opt of OPT_LEVELS) {
4848

4949
output = runBench('benchmark/json_catalog/json_catalog.wado', opt);
5050
benchmarks.push({ name: `json/catalog (${label})`, unit: 'ms', value: parseMs(output) });
51+
52+
output = runBench('benchmark/sqlite_parse/sqlite_parse.wado', opt, ['--dir', '.::.']);
53+
benchmarks.push({ name: `sqlite_parse (${label})`, unit: 'ms', value: parseMs(output) });
5154
}
5255

5356
process.stdout.write(JSON.stringify(benchmarks, null, 2) + '\n');

0 commit comments

Comments
 (0)