Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4660)

Unified Diff: bench/MemcpyBench.cpp

Issue 292203009: Disable bench that's crashing on ChromeOS/Alex perf bot. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/MemcpyBench.cpp
diff --git a/bench/MemcpyBench.cpp b/bench/MemcpyBench.cpp
index 1027ad05d95c384295211c68846e55bcb2cef9ed..0bb7b617b46dbf10ee8fa8581f9192ceaa2cca64 100644
--- a/bench/MemcpyBench.cpp
+++ b/bench/MemcpyBench.cpp
@@ -142,7 +142,8 @@ static void memcpy32_sse2_unalign(uint32_t* dst, const uint32_t* src, int count)
*dst++ = *src++;
}
}
-BENCH(memcpy32_sse2_unalign, 10)
+// skia:2589: Crashing on ChromeOS Alex bot. TODO(mtklein): why?
+//BENCH(memcpy32_sse2_unalign, 10)
BENCH(memcpy32_sse2_unalign, 100)
BENCH(memcpy32_sse2_unalign, 1000)
BENCH(memcpy32_sse2_unalign, 10000)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698