h2oai / db-benchmark

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

Incorrectly displayed input table information #109

Closed ismirsehregal closed 4 years ago

ismirsehregal commented 4 years ago

Just fyi: the input table information on https://h2oai.github.io/db-benchmark/ for 50GB is currently displayed as follows:

image

5GB is also faulty, 0.5 is okay.

jangorecki commented 4 years ago

Thanks for reporting, yes it is a temporary issue. Will fix it soon.

jangorecki commented 4 years ago

This was regression caused by https://github.com/h2oai/db-benchmark/commit/98daa901409219d9ed5b1953ce45a659fd42699e, a initial work towards https://github.com/h2oai/db-benchmark/issues/108 Just fixed it by running production on previous commit. All should look fine now. Thanks for letting me know.