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

Unified Diff: net/disk_cache/backend_unittest.cc

Issue 1712293002: **STILLBAKING** Fix SimpleCache eviction performance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shorter2
Patch Set: activate the test Created 4 years, 10 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: net/disk_cache/backend_unittest.cc
diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc
index ebd2f578ae578a2df3d50d7b20f2642d0d26aa4d..971a61e4162cabf51031ad8d954293386c20eba5 100644
--- a/net/disk_cache/backend_unittest.cc
+++ b/net/disk_cache/backend_unittest.cc
@@ -2944,8 +2944,10 @@ TEST_F(DiskCacheBackendTest, MemoryOnlyBackendEviction) {
BackendEviction();
}
-// TODO(gavinp): Enable BackendEviction test for simple cache after performance
-// problems are addressed. See crbug.com/588184 for more information.
+TEST_F(DiskCacheBackendTest, SimpleCacheBackendEviction) {
+ SetSimpleCacheMode();
+ BackendEviction();
+}
TEST_F(DiskCacheTest, Backend_UsageStatsTimer) {
MessageLoopHelper helper;
« 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