timescale / tsbs

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data
MIT License
1.26k stars 297 forks source link

Double "After X queries" block in run results #200

Closed km-134 closed 2 years ago

km-134 commented 2 years ago

After generating queries with the command "./tsbs_generate_queries --queries 20 --query-type single-groupby-1-1-1 --scale 10 --seed 123 --use-case cpu-only --format cratedb --file /tmp/queries" and running them with the command "./tsbs_run_queries_cratedb --hosts 172.17.0.2 --db-name cratedb --hdr-latencies string --prewarm-queries false --burn-in 0 --print-interval 100 --file /tmp/queries" the results show two blocks per 100 queries with different interval query rates. The first block shows the results after 99 warm queries while the second block shows the results after 100 warm queries and has a lower interval query rate. How can i get the results to show only one block of results per 100 queries?

Results.txt