STSSoft / DatabaseBenchmark

Database Benchmark is one of the most powerfull open source tools designed to stress test databases with large data flows.
http://stssoft.com/products/database-benchmark/
GNU General Public License v2.0
81 stars 20 forks source link

Invalid data is shown if an error happened during testing #7

Open andrasfuchs opened 8 years ago

andrasfuchs commented 8 years ago

When I test Db4objects, Perst, VelocityDB and Volante with 100'000 records:

Values are displayed for all though in the end results. At least we should display an error message to warn the user that the displayed values are most likely incorrect or at least incomplete.

krisdimitrov commented 8 years ago

When you test databases with less records (50 000 - 500 000) some of the databases are so fast that the chart cannot draw them when the timers tick. This can be fixed with a very fast timer, but its not nessesary because tests with that much records are meaningless by themselves.

I will consider your proposition for the error message though. I've been thinking for a while how to implement it so that it looks nice for the users.