From 8eb88ef2185729026c0129c2ab999cbaf45e4c60 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Thu, 7 Mar 2024 15:50:34 -0500 Subject: [PATCH] test: reduce threshold on memory tests --- test/memory/memory-tests.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/memory/memory-tests.sh b/test/memory/memory-tests.sh index 28f8088c4..7715e03bf 100755 --- a/test/memory/memory-tests.sh +++ b/test/memory/memory-tests.sh @@ -106,13 +106,13 @@ jsonKeyTest "1M" "POST" "/rpc/leak?columns=blob" "27M" jsonKeyTest "1M" "POST" "/leak?columns=blob" "20M" jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "20M" -jsonKeyTest "10M" "POST" "/rpc/leak?columns=blob" "44M" -jsonKeyTest "10M" "POST" "/leak?columns=blob" "44M" -jsonKeyTest "10M" "PATCH" "/leak?id=eq.1&columns=blob" "44M" +jsonKeyTest "10M" "POST" "/rpc/leak?columns=blob" "32M" +jsonKeyTest "10M" "POST" "/leak?columns=blob" "32M" +jsonKeyTest "10M" "PATCH" "/leak?id=eq.1&columns=blob" "32M" -jsonKeyTest "50M" "POST" "/rpc/leak?columns=blob" "172M" -jsonKeyTest "50M" "POST" "/leak?columns=blob" "172M" -jsonKeyTest "50M" "PATCH" "/leak?id=eq.1&columns=blob" "172M" +jsonKeyTest "50M" "POST" "/rpc/leak?columns=blob" "72M" +jsonKeyTest "50M" "POST" "/leak?columns=blob" "72M" +jsonKeyTest "50M" "PATCH" "/leak?id=eq.1&columns=blob" "72M" postJsonArrayTest "1000" "/perf_articles?columns=id,body" "20M" postJsonArrayTest "10000" "/perf_articles?columns=id,body" "20M"