Added min/max to the output stats for query test with "detailed-stats" enabled
Added a Python script generate_csv.py to generate CSV from existing json results. The existing json results could be hard to interpret by other programs when detailed-stats is enabled
We now shuffle the list when query execution count x reaches x % test query list size == 0. This fits better with the "shuffle" expectation (like from a card deck) instead of being totally random.
Going to merge so we can better test GC cases. Since point 3. in description (about shuffle in query) changes behavior, want to ping @chatman for visibility :)
Description
3 changes introduced in this PR
generate_csv.py
to generate CSV from existing json results. The existing json results could be hard to interpret by other programs when detailed-stats is enabledx
reachesx % test query list size == 0
. This fits better with the "shuffle" expectation (like from a card deck) instead of being totally random.