5 lines
114 B
Bash
Executable File
5 lines
114 B
Bash
Executable File
ab -k -n 200 -c 64 \
|
|
-p encrypt.json -T application/json \
|
|
http://127.0.0.1:8000/encrypt \
|
|
> ab_encrypt.txt
|