diff options
author | Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp> | 2018-10-26 14:47:52 +0900 |
---|---|---|
committer | Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp> | 2018-12-19 16:05:21 +0900 |
commit | 658f772c16da05807c2c079449e8ac71fd6f55c5 (patch) | |
tree | 77e9bac1bce0b3b57336ceea5787b27ec31905b3 /Makefile | |
parent | c8eaf59d5f4bec249db8134c6a9fcfbcac792519 (diff) | |
download | podman-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-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |