[cairo-commit] perf/cairo-perf-diff
Carl Worth
cworth at kemper.freedesktop.org
Mon Jun 18 18:26:14 PDT 2007
perf/cairo-perf-diff | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 02f753c23ad0db7d677ae41f8d69dc566c8aaa0b (from 2477e57de532fb3ebd1f6113cf51619b84b303d9)
Author: Carl Worth <cworth at cworth.org>
Date: Mon Jun 18 18:23:06 2007 -0700
Fix cairo-perf-diff to compile cairo-perf explicitly
diff --git a/perf/cairo-perf-diff b/perf/cairo-perf-diff
index d834f25..92721f1 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
More information about the cairo-commit
mailing list