We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8cca1b + 64cd6d6 commit a36097bCopy full SHA for a36097b
scripts/roachtest-gobench.sh
@@ -8,7 +8,7 @@ if [ "$#" -ne 1 ]; then
8
exit 1
9
fi
10
11
-for file in $(find $1 -name test.log -o -name '*_ycsb.log' -o -name '*_kv.log'); do
+for file in $(find $1 -name test.log -o -name 'run_*workload-run-*.log'); do
12
name=$(dirname $(dirname $(realpath --relative-to=$1 $file)))
13
grep -h -A1 __result $file \
14
| grep -v '^--$' | grep -v __result | \
0 commit comments