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

Unified Diff: test/cctest/cctest.gyp

Issue 13933026: Add a performance test showing that List is not as efficient as std::vector. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Better sort Created 7 years, 8 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 | « src/utils.h ('k') | test/cctest/test-list-efficiency.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index f58d958248a3a91bf4f3623db9fb2980043b1cc2..dddd874844a7dce057251845600898ca88b888ab 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -77,6 +77,7 @@
'test-heap.cc',
'test-heap-profiler.cc',
'test-list.cc',
+ 'test-list-efficiency.cc',
'test-liveedit.cc',
'test-lock.cc',
'test-lockers.cc',
« no previous file with comments | « src/utils.h ('k') | test/cctest/test-list-efficiency.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698