h2oai / db-benchmark

reproducible benchmark of database-like ops
https://h2oai.github.io/db-benchmark
Mozilla Public License 2.0
323 stars 85 forks source link

add option to terminate benchmark nicely #74

Closed jangorecki closed 5 years ago

jangorecki commented 5 years ago

Currently if one wants to terminate benchmark it requires to raise SIGINT, multiple times. As a results some timings might appear as missing. It would be nice to add option in a launcher script that between each script execution checks a flag/file and if required terminate nicely, so we only need to wait until current script finish.