summaryrefslogtreecommitdiff
path: root/perf-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'perf-tests.sh')
-rwxr-xr-xperf-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf-tests.sh b/perf-tests.sh
index 7bdbee0..e3427f6 100755
--- a/perf-tests.sh
+++ b/perf-tests.sh
@@ -18,7 +18,7 @@ run_with_flags () {
make clean
echo "$FLAGS" > perf-cppflags
make upb_benchmarks
- make benchmark | sed -e "s/^/$NAME./g" | tee -a perf-tests.out
+ make upb_benchmark | sed -e "s/^/$NAME./g" | tee -a perf-tests.out
}
#if [ x`uname -m` = xx86_64 ]; then
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback