From 5ecb41ca39b3175920c0cd282a107a073238f76f Mon Sep 17 00:00:00 2001 From: Andrei Dziahel Date: Wed, 27 Nov 2024 15:48:57 +0100 Subject: [PATCH] test: increase memory consumption --- test/memory/memory-tests.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/test/memory/memory-tests.sh b/test/memory/memory-tests.sh index dfd0ea0cf1..173eb0e510 100755 --- a/test/memory/memory-tests.sh +++ b/test/memory/memory-tests.sh @@ -103,20 +103,20 @@ postJsonArrayTest(){ echo "Running memory usage tests.." jsonKeyTest "1M" "POST" "/rpc/leak?columns=blob" "27M" -jsonKeyTest "1M" "POST" "/leak?columns=blob" "21M" -jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "21M" +jsonKeyTest "1M" "POST" "/leak?columns=blob" "24M" +jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "24M" -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 "10M" "POST" "/rpc/leak?columns=blob" "33M" +jsonKeyTest "10M" "POST" "/leak?columns=blob" "33M" +jsonKeyTest "10M" "PATCH" "/leak?id=eq.1&columns=blob" "33M" -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" +jsonKeyTest "50M" "POST" "/rpc/leak?columns=blob" "73M" +jsonKeyTest "50M" "POST" "/leak?columns=blob" "73M" +jsonKeyTest "50M" "PATCH" "/leak?id=eq.1&columns=blob" "73M" -postJsonArrayTest "1000" "/perf_articles?columns=id,body" "20M" -postJsonArrayTest "10000" "/perf_articles?columns=id,body" "20M" -postJsonArrayTest "100000" "/perf_articles?columns=id,body" "24M" +postJsonArrayTest "1000" "/perf_articles?columns=id,body" "22M" +postJsonArrayTest "10000" "/perf_articles?columns=id,body" "22M" +postJsonArrayTest "100000" "/perf_articles?columns=id,body" "25M" trap - int term exit