Title: [127617] trunk/Source/WebKit/chromium
- Revision
- 127617
- Author
- [email protected]
- Date
- 2012-09-05 11:40:37 -0700 (Wed, 05 Sep 2012)
Log Message
Unreviewed: WebInspector: remove accidentally committed speed test.
* tests/MemoryInstrumentationTest.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (127616 => 127617)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-09-05 18:33:47 UTC (rev 127616)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-09-05 18:40:37 UTC (rev 127617)
@@ -1,3 +1,9 @@
+2012-09-05 Ilya Tikhonovsky <[email protected]>
+
+ Unreviewed: WebInspector: remove accidentally committed speed test.
+
+ * tests/MemoryInstrumentationTest.cpp:
+
2012-09-05 Sami Kyostila <[email protected]>
[chromium] Wire up scrollable sublayers in ScrollingCoordinatorChromium
Modified: trunk/Source/WebKit/chromium/tests/MemoryInstrumentationTest.cpp (127616 => 127617)
--- trunk/Source/WebKit/chromium/tests/MemoryInstrumentationTest.cpp 2012-09-05 18:33:47 UTC (rev 127616)
+++ trunk/Source/WebKit/chromium/tests/MemoryInstrumentationTest.cpp 2012-09-05 18:40:37 UTC (rev 127617)
@@ -255,16 +255,5 @@
}
}
-TEST(MemoryInstrumentationTest, speedTest)
-{
- VisitedObjects visitedObjects;
- MemoryInstrumentationImpl impl(visitedObjects);
- NonVirtualInstrumented nonVirtualInstrumented;
- for (unsigned i = 0; i < 10000000; ++i) {
- impl.addRootObject(&nonVirtualInstrumented);
- visitedObjects.clear();
- }
-}
-
} // namespace
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes