summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-06-18 18:23:06 -0700
committerCarl Worth <cworth@cworth.org>2007-06-18 18:24:09 -0700
commit02f753c23ad0db7d677ae41f8d69dc566c8aaa0b (patch)
tree415fe2ba14c4c469eb44516dedf59d41c6790b3e /perf
parent2477e57de532fb3ebd1f6113cf51619b84b303d9 (diff)
Fix cairo-perf-diff to compile cairo-perf explicitly
Diffstat (limited to 'perf')
-rwxr-xr-xperf/cairo-perf-diff2
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