diff options
Diffstat (limited to 'perf')
-rwxr-xr-x | perf/cairo-perf-diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-diff b/perf/cairo-perf-diff index d834f25d..92721f1a 100755 --- a/perf/cairo-perf-diff +++ b/perf/cairo-perf-diff @@ -177,7 +177,7 @@ run_cairo_perf_if_not_cached() { rsync $CAIRO_DIR/$file perf done cd perf; - make || exit 1 + make cairo-perf || exit 1 echo "Running \"cairo-perf $CAIRO_PERF_OPTIONS\" against $rev. Results will be cached in:" echo "$perf" (./cairo-perf $CAIRO_PERF_OPTIONS || echo "*** Performance test crashed") >> $perf |