Added performance test to resemble "questionable" benchmark#11971
Conversation
An error with Docker registry.
|
|
40% expected variability for query no. 0 from questdb_sum_32 -- rather bad, but why? Let's open 'output.7z' and look at the variability of metrics for this query ( We see SystemTime go from 4 ms to the maximum of 36 ms, which is about 25% of the full run time of 150ms. This must be the profiler again... I think I'll have to disable it for measured runs, and only run it for prewarm runs. |
|
omg, the memory profiling now takes 25% of query no.2 in questdb_sum_int32. These results won't make sense, I've reverted the profiling patch, will rerun the tests. |

Changelog category (leave one):
Added performance test to resemble "questionable" benchmark (a benchmark to create a table with 1bn random numbers and to check how fast we can calculate sum of them).