diff options
author | Eric Anholt <eric@anholt.net> | 2008-02-21 13:52:09 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-02-21 15:13:13 -0800 |
commit | 1a63befcc01d19ff203ff3fd434037ba618bed83 (patch) | |
tree | 5dc104260c3415d14a9d5fecade8e5055c4820ef /tests/glean/treadpixperf.cpp | |
parent | 22fbbb5e8679ddf91532cb10eaa31be533383b48 (diff) |
Update glean tests to CVS HEAD from 2008-02-21.
Diffstat (limited to 'tests/glean/treadpixperf.cpp')
-rw-r--r-- | tests/glean/treadpixperf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/glean/treadpixperf.cpp b/tests/glean/treadpixperf.cpp index 058e67a09..0cde676d3 100644 --- a/tests/glean/treadpixperf.cpp +++ b/tests/glean/treadpixperf.cpp @@ -467,9 +467,9 @@ ReadpixPerfTest::compareOne(ReadpixPerfResult &oldR, << descrip << "' changed by " << diff - << " percent (old: " + << " percent (new: " << newres.rate - << " new: " + << " old: " << oldres.rate << " MPixels/sec)\n"; } |