test: reduce threshold on memory tests
This commit is contained in:
committed by
Steve Chavez
parent
cf7b9bad08
commit
8eb88ef218
@@ -106,13 +106,13 @@ jsonKeyTest "1M" "POST" "/rpc/leak?columns=blob" "27M"
|
|||||||
jsonKeyTest "1M" "POST" "/leak?columns=blob" "20M"
|
jsonKeyTest "1M" "POST" "/leak?columns=blob" "20M"
|
||||||
jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "20M"
|
jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "20M"
|
||||||
|
|
||||||
jsonKeyTest "10M" "POST" "/rpc/leak?columns=blob" "44M"
|
jsonKeyTest "10M" "POST" "/rpc/leak?columns=blob" "32M"
|
||||||
jsonKeyTest "10M" "POST" "/leak?columns=blob" "44M"
|
jsonKeyTest "10M" "POST" "/leak?columns=blob" "32M"
|
||||||
jsonKeyTest "10M" "PATCH" "/leak?id=eq.1&columns=blob" "44M"
|
jsonKeyTest "10M" "PATCH" "/leak?id=eq.1&columns=blob" "32M"
|
||||||
|
|
||||||
jsonKeyTest "50M" "POST" "/rpc/leak?columns=blob" "172M"
|
jsonKeyTest "50M" "POST" "/rpc/leak?columns=blob" "72M"
|
||||||
jsonKeyTest "50M" "POST" "/leak?columns=blob" "172M"
|
jsonKeyTest "50M" "POST" "/leak?columns=blob" "72M"
|
||||||
jsonKeyTest "50M" "PATCH" "/leak?id=eq.1&columns=blob" "172M"
|
jsonKeyTest "50M" "PATCH" "/leak?id=eq.1&columns=blob" "72M"
|
||||||
|
|
||||||
postJsonArrayTest "1000" "/perf_articles?columns=id,body" "20M"
|
postJsonArrayTest "1000" "/perf_articles?columns=id,body" "20M"
|
||||||
postJsonArrayTest "10000" "/perf_articles?columns=id,body" "20M"
|
postJsonArrayTest "10000" "/perf_articles?columns=id,body" "20M"
|
||||||
|
|||||||
Reference in New Issue
Block a user