Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,10 @@ click-scripts = \
pbench-register-tool-trigger

bench-scripts = \
pbench-cyclictest \
pbench-dbench \
pbench-fio \
pbench-fio.md \
pbench-gen-iterations \
pbench-iozone \
pbench-linpack \
pbench-migrate \
pbench-netperf \
pbench-run-benchmark \
pbench-run-benchmark.pl \
pbench-run-benchmark-sample \
Expand All @@ -93,7 +88,6 @@ bench-scripts = \
bench-postprocess = \
BenchPostprocess.pm \
compare-bench-results \
dbench-postprocess \
fio-postprocess \
fio-postprocess-cdm \
fio-postprocess-viz.py \
Expand Down
135 changes: 0 additions & 135 deletions agent/bench-scripts/postprocess/dbench-postprocess

This file was deleted.

17 changes: 0 additions & 17 deletions agent/bench-scripts/test-bin/mock-postprocess/dbench-postprocess

This file was deleted.

12 changes: 0 additions & 12 deletions agent/config/pbench-agent-default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,16 @@ interval = 3
# to try to avoid large and unweildy data sets.
interval = 30

[dbench]
version = 4.00
match = gte

[fio]
version = 3.21
match = gte
server_port = 8765
histogram_interval_msec = 10000

[iozone]
version = 3.430
match = gte

[linpack]
version = 11.1.3
match = equ

[netperf]
version = 2.7.0
match = gte

[uperf]
version = 1.0.7
match = gte
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ skip-string-normalization = false
include = '''
\.pyi?$
| ^/agent/bench-scripts/postprocess/user-benchmark-wrapper$
| ^/agent/bench-scripts/test-bin/mock-postprocess/dbench-postprocess$
| ^/agent/bench-scripts/test-bin/mock-postprocess/uperf-postprocess$
| ^/agent/bench-scripts/test-bin/java$
| ^/agent/tool-scripts/datalog/haproxy-ocp-datalog$
Expand Down Expand Up @@ -42,8 +41,6 @@ include = '''
extend-exclude = '''
(
fio-histo-log-pctiles\.py$
| binary-search\.py$
| profile-builder\.py$
| agent/stockpile
| web-server/v0\.3/demo\.py$
)
Expand Down