forked from haiwan/sledge
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
172 B
5 lines
172 B
6 months ago
|
#!/bin/bash
|
||
|
# fib(20)
|
||
|
# Perhaps this can be improved to pass a body without an additional file
|
||
|
ab -n 100000 -c 64 -s 999999999 -p client1_body.txt -v 4 -r localhost:10000/
|