diff options
Diffstat (limited to 'cli/bench/http/deno_post_json.lua')
-rw-r--r-- | cli/bench/http/deno_post_json.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/bench/http/deno_post_json.lua b/cli/bench/http/deno_post_json.lua new file mode 100644 index 000000000..cc6c4e226 --- /dev/null +++ b/cli/bench/http/deno_post_json.lua @@ -0,0 +1,3 @@ +wrk.method = "POST" +wrk.headers["Content-Type"] = "application/json" +wrk.body = '{"hello":"deno"}'
\ No newline at end of file |