summaryrefslogtreecommitdiff
path: root/automated/linux/nginx-apache-bench/apache-bench.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/nginx-apache-bench/apache-bench.yaml')
-rw-r--r--automated/linux/nginx-apache-bench/apache-bench.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/automated/linux/nginx-apache-bench/apache-bench.yaml b/automated/linux/nginx-apache-bench/apache-bench.yaml
new file mode 100644
index 0000000..3e76f1b
--- /dev/null
+++ b/automated/linux/nginx-apache-bench/apache-bench.yaml
@@ -0,0 +1,33 @@
+metadata:
+ format: Lava-Test Test Definition 1.0
+ name: ngingx-apache-bench
+ description: "Apachebench is a benchmark created to measure
+ the webserver performance on HTTP protocol. This
+ test runs apachebench against apache nginx"
+ maintainer:
+ - milosz.wasilewski@linaro.org
+ os:
+ - debian
+ - centos
+ scope:
+ - performance
+ devices:
+ - mustang
+ - overdrive
+ - thunderX
+ - d02
+ - d03
+ - d05
+
+params:
+ SKIP_INSTALL: "False"
+ # Number of requests to perform
+ NUMBER: 1000
+ # Number of multiple requests to make at a time
+ CONCURENT: 100
+
+run:
+ steps:
+ - cd ./automated/linux/nginx-apache-bench/
+ - ./apache-bench.sh -s "${SKIP_INSTALL}" -n "${NUMBER}" -c "${CONCURENT}"
+ - ../../utils/send-to-lava.sh ./output/result.txt