From 880fc84943d922bfa2780a126db1706bea2546a6 Mon Sep 17 00:00:00 2001 From: Rafi Shamim Date: Fri, 27 Oct 2023 16:30:04 -0400 Subject: [PATCH] rttanalysis: adjust expectations for drop_3_roles Sometimes this test performs fewer round-trips. Lower is better, so we can adjust the expectation to allow a wider range. Release note: None --- pkg/bench/rttanalysis/testdata/benchmark_expectations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/bench/rttanalysis/testdata/benchmark_expectations b/pkg/bench/rttanalysis/testdata/benchmark_expectations index 769ece692f33..0093aa356bef 100644 --- a/pkg/bench/rttanalysis/testdata/benchmark_expectations +++ b/pkg/bench/rttanalysis/testdata/benchmark_expectations @@ -41,7 +41,7 @@ exp,benchmark 18,DropDatabase/drop_database_3_tables 27,DropRole/drop_1_role 36,DropRole/drop_2_roles -45,DropRole/drop_3_roles +43-46,DropRole/drop_3_roles 15,DropSequence/drop_1_sequence 17,DropSequence/drop_2_sequences 19,DropSequence/drop_3_sequences