aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhou Hao <haox.a.zhou@intel.com>2019-08-02 14:05:00 +0800
committerPhilip Li <philip.li@intel.com>2019-08-02 18:41:57 +0800
commit879e0ce21df6f0758cc7dd6fb7a489beb54ed88d (patch)
treef6f42bd549721098b594325d8646775191d7e9e3
parent8d9aadd2d4588400b4641d62137f1328f192b693 (diff)
downloadlkp-tests-879e0ce21df6f0758cc7dd6fb7a489beb54ed88d.tar.gz
pack/stutter: Remove the perf method
stutter has converted pack to makepkg so remove the pack method Signed-off-by: Zhou Hao <haox.a.zhou@intel.com> Signed-off-by: Philip Li <philip.li@intel.com>
-rwxr-xr-xpack/stutter13
1 files changed, 0 insertions, 13 deletions
diff --git a/pack/stutter b/pack/stutter
deleted file mode 100755
index 6d2e9091..00000000
--- a/pack/stutter
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-download()
-{
- git_clone_update https://github.com/gaowanlong/stutter.git
-}
-
-install()
-{
- cp -af latency $BM_ROOT
- cp -af memhog $BM_ROOT
- cp -af run.sh $BM_ROOT
-}