summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>2018-10-26 14:47:52 +0900
committerKunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>2018-12-19 16:05:21 +0900
commit658f772c16da05807c2c079449e8ac71fd6f55c5 (patch)
tree77e9bac1bce0b3b57336ceea5787b27ec31905b3 /Makefile
parentc8eaf59d5f4bec249db8134c6a9fcfbcac792519 (diff)
downloadpodman-658f772c16da05807c2c079449e8ac71fd6f55c5.tar.gz
podman-658f772c16da05807c2c079449e8ac71fd6f55c5.tar.bz2
podman-658f772c16da05807c2c079449e8ac71fd6f55c5.zip
perf test a stress test to profile CPU load of podman
Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 250226cf0..b8f1eff93 100644
--- a/Makefile
+++ b/Makefile
@@ -189,6 +189,12 @@ clientintegration:
$(MAKE) -C contrib/python/podman integration
$(MAKE) -C contrib/python/pypodman integration
+perftest:
+ $ cd contrib/perftest;go build
+
+run-perftest: perftest
+ $ contrib/perftest/perftest
+
vagrant-check:
BOX=$(BOX) sh ./vagrant.sh