5 lines
123 B
Bash
Executable File
5 lines
123 B
Bash
Executable File
ab -k -n 2000 -c 64 \
|
|
-p decrypt_request.json -T application/json \
|
|
http://127.0.0.1:8000/decrypt \
|
|
> ab_decrypt.txt
|