bench: BenchmarkAlterTableDropColumn fails: got 21.142857142857142, expected 22 #70896
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
C-test-failure
Broken test (automatically or manually discovered).
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Do
make bench PKG=./pkg/bench/rttanalysis TESTFLAGS="-v" BENCHES=BenchmarkAlterTableDropColumn
and see that multiple benchmarks fail. They seem to fail in the good direction - less roundtrips.I think other benchmarks in the
rttanalysis
pkg are affected too.I think this bit me in CI; CI runs the benchmarks with
-benchtime=1ms
. That seems to usually work, but I guess you can get unlucky.The text was updated successfully, but these errors were encountered: