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

Side by Side Diff: chrome/test/data/extensions/samples/benchmark/README

Issue 119361: Add a benchmark extension. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Benchmark Extension
2 -------------------
3 This extension provides basic page-level benchmarking into the browser.
4
5 With the extension installed you can test web pages and then compare
6 results in a subwindow.
7
8 Between each page load you can optionally clear idle http connections and
9 clear the cache so that page loads are more like the user experience
10 when first connecting to a site.
11
12 To use this benchmark, you'll need to run chrome with the the
13 "--enable-benchmarking" flag. This flag enables a v8-extension so that
14 the benchmark can clear idle connections and the cache.
15
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698