Skip to content

Commit b442d06

Browse files
committed
Adding ab testing script
1 parent ebd561a commit b442d06

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ab_test.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
ab -k -p post.json -T application/json -c 500 -n 10000 http://localhost:8080/runLuaFile/test.lua
4+

post.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "John Doe"
3+
}

0 commit comments

Comments
 (0)