You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.