@@ -103,20 +103,20 @@ postJsonArrayTest(){
103
103
echo " Running memory usage tests.."
104
104
105
105
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 "
108
108
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 "
112
112
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 "
116
116
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 "
120
120
121
121
trap - int term exit
122
122
0 commit comments