Skip to content

Commit

Permalink
test: Raise limit for memory tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jul 9, 2024
1 parent 889a345 commit b135d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/memory/memory-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ postJsonArrayTest(){
echo "Running memory usage tests.."

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 "1M" "POST" "/leak?columns=blob" "21M"
jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "21M"

jsonKeyTest "10M" "POST" "/rpc/leak?columns=blob" "32M"
jsonKeyTest "10M" "POST" "/leak?columns=blob" "32M"
Expand Down

0 comments on commit b135d9b

Please sign in to comment.