benchbase
benchbase copied to clipboard
Stop Benchmark on SQLException for Testing
Right now we will print but ignore any SQLException
that occurs during a benchmark. This causes us to incorrectly mark benchmarks as passing in tests when they really did not. We should add a commandline flag that causes the benchmark to fail if any such error occurs.