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

Unified Diff: tools/perf/test-info.json

Issue 156663003: Delete idb_perf test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « chrome/test/perf/indexeddb_uitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/test-info.json
diff --git a/tools/perf/test-info.json b/tools/perf/test-info.json
index 23b094c4fbde151f2cb6927ae7e9407f4939f7d6..f6bd28a692a2f2d2f305e69ba4fa1291f45dc29a 100644
--- a/tools/perf/test-info.json
+++ b/tools/perf/test-info.json
@@ -74,13 +74,6 @@
"description": "Impact HTML5 Gaming benchmark.\n\nTests one very specific use case: smooth running games rendered with the <canvas> element. The score for the HTML5-Benchmark takes the total time the browser spent rendering frames (formula is 1000000/(sqrt(totalTime) + lagTime * 0.1)). The benchmark automatically runs at a reasonable screen size. Final score is a indicator for the browser's ability to smoothly run HTML5 games.",
"code": ["chrome/src/tools/perf/benchmark/html5gaming.py"]
},
- "idb_perf":{
- "description":"Benchmarks for a variety of IndexedDB operations.",
- "code":[
- "chrome/src/chrome/test/perf/indexeddb_uitest.cc",
- "chrome/src/chrome/test/data/indexeddb/perf_test.html"
- ]
- },
"image_decoding.image_decoding_measurement ":{
"description":"Milliseconds to decode a large image of various formats (gif, jpg, png, webp)."
},
« no previous file with comments | « chrome/test/perf/indexeddb_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698