Index: test/benchmarks/benchmarks.status |
diff --git a/test/benchmarks/benchmarks.status b/test/benchmarks/benchmarks.status |
index a08fa41c1546ccf3f5030bb9c5c08b0af153226a..9bb56be9e0241ee3371b0b7f21d15bc69836d428 100644 |
--- a/test/benchmarks/benchmarks.status |
+++ b/test/benchmarks/benchmarks.status |
@@ -28,8 +28,13 @@ |
[ |
[ALWAYS, { |
# Too slow in Debug mode. |
- 'octane/mandreel': [PASS, ['mode == debug', SKIP]], |
+ 'octane/mandreel': [PASS, SLOW, ['mode == debug', SKIP]], |
# TODO(turbofan): Too slow in debug mode for now. |
'octane/pdfjs': [PASS, ['mode == debug', SKIP]], |
+ |
+ # Slow tests. |
+ 'kraken/imaging-gaussian-blur': [PASS, SLOW], |
+ 'octane/mandreel': [PASS, SLOW], |
+ 'octane/typescript': [PASS, SLOW], |
}], # ALWAYS |
] |