Difference between revisions of "BBench"

From gem5
Jump to: navigation, search
m (Running BBench)
(Replaced content with "The content of this page has moved to: http://bbench.eecs.umich.edu")
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
BBench is a web-page rendering benchmark comprising 11 of the most popular sites on the internet today [http://www.google.com/adplanner/static/top1000/ [Google]]: Amazon, BBC, CNN, Craigslist, eBay, ESPN, Google, MSN, Slashdot, Twitter, and YouTube. The content for these sites was gathered using a tool called [http://www.httrack.com/ HTTrack]. BBench automatically renders each of the aforementioned web-pages in an iterative fashion using a custom script written in JavaScript.
+
The content of this page has moved to: http://bbench.eecs.umich.edu
 
 
== Running BBench ==
 
Because BBench is a collection of web-pages it consists of HTML, CSS, JavaScript, images etc. None of this code is compiled, instead it is interpreted by the browser as it renders the page. To run BBench download and untar the source, then, simply navigate to the BBench homepage in your browser. This is the '''index.html''' file in the top level directory of the BBench source. Opening the BBench homepage can usually be done by double clicking on the index.html file, or you can point your browser to this file manually by inserting the url into your browser, e.g., <code>file:///path_to_bbench/index.html</code>.
 
 
 
The start page allows you to configure several different options:
 
 
 
*Number of iterations: This is the number of times the web-pages will be rendered.
 
*Scroll delay: The number of milliseconds to wait before performing the next scroll operation.
 
*Scroll size: The number of pixels to scroll by.
 
 
 
Once the configuration options are set you may click on the ''start'' button to begin the benchmark.
 
 
 
[[File:Bbench_home.png]]
 
 
 
== Results Page ==
 
 
 
The results page displays the run-time statistics for each of the pages in the page set. The ''Cold Start Time'' column in table reports the rendering time for each page the first time it is rendered. The remaining columns in the table report statistics related to rendering time after the first iteration, or, the ''warm runs''. The stats provided are the average page rendering time for each page in ms, the standard deviation of the rendering time, and the coefficient of variation of the rendering time as a percentage. The individual run-times for each page iteration are also presented.
 
 
 
[[File:Bbench_results.png]]
 
 
 
== Downloads ==
 
A tarball of the BBench source can be found here: [http://www.gem5.org/dist/current/bbench/bbench_umich_gem5.tgz BBench Source]
 
 
 
Get a [[bbench-gem5 |gem5 compatible Android kernel and disk image]] containing BBench.
 
 
 
== Publications ==
 
If you use BBench in your work please cite our [http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6114205 IISWC 2011 paper]:
 
 
 
A. Gutierrez, R.G. Dreslinski, T.F. Wenisch, T. Mudge, A. Saidi, C. Emmons, and N. Paver. Full-System Analysis and Characterization of Interactive Smartphone Applications. ''IEEE International Symposium on Workload Characterization'', pages 81-90, Austin, TX, November 2011.
 

Latest revision as of 13:09, 19 April 2013

The content of this page has moved to: http://bbench.eecs.umich.edu