Added performance test to resemble "questionable" benchmark#11971
Added performance test to resemble "questionable" benchmark#11971alexey-milovidov merged 12 commits intomasterfrom
Conversation
Broken in #11903 |
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. |
|
Do I understand correctly, that performance test creates and fills all tables first and then runs all the tests with all substitutions? |
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).