It would be nice if run-perf-tests would let you specify the location a webkit build in addition --no-build. Then it would be easy to compare different revisions without having to rebuild/copy builds in between runs.
(In reply to comment #0) > It would be nice if run-perf-tests would let you specify the location a webkit build in addition --no-build. Then it would be easy to compare different revisions without having to rebuild/copy builds in between runs. It makes sense. On Qt-port run-perf-tests --build-directory ... doesn't work for me. Can you verify that is working for you?
Created attachment 155821 [details] Patch
This was a mind-blowingly silly bug.
It might make sense for --no-build to automatically turn on when --build-directory is specified. Otherwise we'll just fail after trying to build DRT.
Committed r124366: <http://trac.webkit.org/changeset/124366>
see https://bugs.webkit.org/show_bug.cgi?id=91890 and http://trac.webkit.org/changeset/123530 :).