You are here

benchmark.sh in Advertisement 7.3

#!/bin/sh

ab -n 300 -c 10 -p benchmark_post_data -T 'application/x-www-form-urlencoded' http://ad.local/ad/get

File

scripts/benchmark.sh
View source
  1. #!/bin/sh
  2. ab -n 300 -c 10 -p benchmark_post_data -T 'application/x-www-form-urlencoded' http://ad.local/ad/get