Skip to content

Commit

Permalink
Remove pbench-run-benchmark
Browse files Browse the repository at this point in the history
This allows us to remove our `ansible` or `ansible-core` dependency.
  • Loading branch information
portante authored Sep 6, 2022
1 parent 2c9dc2e commit 16de4c9
Show file tree
Hide file tree
Showing 43 changed files with 228 additions and 3,993 deletions.
14 changes: 0 additions & 14 deletions agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,18 @@ INSTALLOPTS = --directory

# all the scripts that's fit to install
util-scripts = \
cdm-get-iterations \
get-internal-tool \
pbench-add-metalog-option \
pbench-avg-stddev \
pbench-copy-results \
pbench-copy-result-tb \
pbench-display-sysinfo-options \
pbench-get-iteration-metrics \
pbench-get-metric-data \
pbench-get-primary-metric \
pbench-import-cdm \
pbench-kill-tools \
pbench-log-timestamp \
pbench-make-result-tb \
pbench-move-results \
pbench-output-monitor \
pbench-postprocess-tools \
pbench-postprocess-tools-cdm \
pbench-register-tool \
pbench-register-tool-set \
pbench-send-tools \
Expand Down Expand Up @@ -75,9 +69,6 @@ bench-scripts = \
pbench-fio.md \
pbench-gen-iterations \
pbench-linpack \
pbench-run-benchmark \
pbench-run-benchmark.pl \
pbench-run-benchmark-sample \
pbench-specjbb2005 \
pbench-uperf \
pbench-uperf.md \
Expand All @@ -88,7 +79,6 @@ bench-postprocess = \
BenchPostprocess.pm \
compare-bench-results \
fio-postprocess \
fio-postprocess-cdm \
fio-postprocess-viz.py \
fio-prepare-jobfile \
generate-benchmark-summary \
Expand Down Expand Up @@ -195,28 +185,24 @@ tool-postprocess = \
docker-postprocess \
haproxy-ocp-postprocess \
iostat-postprocess \
iostat-postprocess-cdm \
jmap-postprocess \
jstack-postprocess \
kvm-spinlock-postprocess \
kvmstat-postprocess \
kvmtrace-stop-postprocess \
mpstat-postprocess \
mpstat-postprocess-cdm \
mpstat-stop-postprocess \
numastat-postprocess \
openvswitch-postprocess \
perf-stop-postprocess \
pidstat-postprocess \
pidstat-postprocess-cdm \
proc-interrupts-postprocess \
proc-sched_debug-postprocess \
proc-vmstat-postprocess \
prometheus-metrics-postprocess \
qemu-migrate-postprocess \
rabbit-postprocess \
sar-postprocess \
sar-postprocess-cdm \
sysfs-postprocess \
virsh-migrate-postprocess \
vmstat-postprocess
Expand Down
248 changes: 0 additions & 248 deletions agent/bench-scripts/pbench-run-benchmark-sample

This file was deleted.

Loading

0 comments on commit 16de4c9

Please sign in to comment.