summaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-16 15:57:04 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-16 15:57:04 +0000
commit1d62389c5d66d88df6d7389a8270611059eb351d (patch)
treefc9e282107bfb2de9e26ebee4c0cdd26c42cf0f4 /fbench
parent7791ec6a046a25a2af92024229ce9dfcbc1430bf (diff)
GC resultfilter.
Diffstat (limited to 'fbench')
-rw-r--r--fbench/CMakeLists.txt2
-rwxr-xr-xfbench/util/resultfilter.sh9
2 files changed, 0 insertions, 11 deletions
diff --git a/fbench/CMakeLists.txt b/fbench/CMakeLists.txt
index 55045685b3d..ff287d221ec 100644
--- a/fbench/CMakeLists.txt
+++ b/fbench/CMakeLists.txt
@@ -16,5 +16,3 @@ vespa_define_module(
src/test
src/test/authority
)
-
-vespa_install_script(util/resultfilter.sh vespa-fbench-result-filter bin)
diff --git a/fbench/util/resultfilter.sh b/fbench/util/resultfilter.sh
deleted file mode 100755
index d6881f12a9d..00000000000
--- a/fbench/util/resultfilter.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/bash
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-# This script converts an fbench summary report read from stdin to a
-# single line containing only the numerical values written to
-# stdout.
-
-sed -n "s/.*: *\([0-9.][0-9.]*\).*/\1/p" | tr '\n' ' '
-echo