Skip to content

Commit

Permalink
test: adjust POST memory test to 16M
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed May 1, 2022
1 parent d80b4bb commit e5e3e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/memory/memory-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ postJsonArrayTest(){

echo "Running memory usage tests.."

jsonKeyTest "1M" "POST" "/rpc/leak?columns=blob" "15M"
jsonKeyTest "1M" "POST" "/rpc/leak?columns=blob" "16M"
jsonKeyTest "1M" "POST" "/leak?columns=blob" "15M"
jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "15M"

Expand Down

0 comments on commit e5e3e14

Please sign in to comment.