Closed danking closed 5 days ago
fwiw what i usually do is use a filter of q2/
Meaning you append a slash to the query name? a la clickbench/q11/
?
e.g. cargo bench --bench tpch -- "q1/"
lets merge it, bench test
fails for unrelated reasons and I'll fix that in the original PR.
Ah I think this is because the tpch queries are named differently. I suppose it would be nice for us to have --bench clickbench -- q2/vortex
as well as q2/parquet
so that we can compare executions on the same machine
@AdamGS this makes it easier to filter to single digit queries a la
q-02
without triggeringq-20
,q-21
, etc.