Skip to content
Snippets Groups Projects
Commit 48ab9628 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

add bench tools target

parent f8f75e41
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
DEBIAN_FRONTEND=noninteractive apt-get install -y python-mediaserver-benchmark
......@@ -72,6 +72,10 @@ cache() {
python3 /root/envsetup/envsetup.py 26
}
bench() {
python3 /root/envsetup/envsetup.py 53
}
tests() {
python3 /root/envsetup/tester.py
}
......@@ -120,6 +124,11 @@ case "$1" in
backup_server
;;
"b")
init
bench
;;
"exportvm")
CONF="$2"
exportvm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment