mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-26 18:10:30 +01:00
Fix cairo-perf-diff to compile cairo-perf explicitly
This commit is contained in:
parent
2477e57de5
commit
02f753c23a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue