Skip to content

Commit 2c58608

Browse files
committed
test: increase memory consumption
1 parent b265b81 commit 2c58608

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

test/memory/memory-tests.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,20 @@ postJsonArrayTest(){
103103
echo "Running memory usage tests.."
104104

105105
jsonKeyTest "1M" "POST" "/rpc/leak?columns=blob" "27M"
106-
jsonKeyTest "1M" "POST" "/leak?columns=blob" "21M"
107-
jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "21M"
106+
jsonKeyTest "1M" "POST" "/leak?columns=blob" "24M"
107+
jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "24M"
108108

109-
jsonKeyTest "10M" "POST" "/rpc/leak?columns=blob" "32M"
110-
jsonKeyTest "10M" "POST" "/leak?columns=blob" "32M"
111-
jsonKeyTest "10M" "PATCH" "/leak?id=eq.1&columns=blob" "32M"
109+
jsonKeyTest "10M" "POST" "/rpc/leak?columns=blob" "33M"
110+
jsonKeyTest "10M" "POST" "/leak?columns=blob" "33M"
111+
jsonKeyTest "10M" "PATCH" "/leak?id=eq.1&columns=blob" "33M"
112112

113-
jsonKeyTest "50M" "POST" "/rpc/leak?columns=blob" "72M"
114-
jsonKeyTest "50M" "POST" "/leak?columns=blob" "72M"
115-
jsonKeyTest "50M" "PATCH" "/leak?id=eq.1&columns=blob" "72M"
113+
jsonKeyTest "50M" "POST" "/rpc/leak?columns=blob" "74M"
114+
jsonKeyTest "50M" "POST" "/leak?columns=blob" "74M"
115+
jsonKeyTest "50M" "PATCH" "/leak?id=eq.1&columns=blob" "74M"
116116

117-
postJsonArrayTest "1000" "/perf_articles?columns=id,body" "20M"
118-
postJsonArrayTest "10000" "/perf_articles?columns=id,body" "20M"
119-
postJsonArrayTest "100000" "/perf_articles?columns=id,body" "24M"
117+
postJsonArrayTest "1000" "/perf_articles?columns=id,body" "23M"
118+
postJsonArrayTest "10000" "/perf_articles?columns=id,body" "23M"
119+
postJsonArrayTest "100000" "/perf_articles?columns=id,body" "26M"
120120

121121
trap - int term exit
122122

0 commit comments

Comments
 (0)