Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Benchmarks: Pick more challanging default values of depth & decoratio…
Browse files Browse the repository at this point in the history
…n, and use a logorithmic density scale

R=arv
BUG=

Review URL: https://codereview.appspot.com/10950043
  • Loading branch information
rafaelw committed Jul 4, 2013
1 parent 9681a79 commit 1d9dbdf
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions benchmark/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,21 @@
<h1>MDV Benchmarks</h1>

Width: <select id="widthSelect">
<option>1
<option selected>2
<option>3
<option>4
</select>

Depth: <select id="depthSelect">
<option>2
<option>3
<option>4
<option selected>5
<option>6
<option selected>4
<option>8
</select>

Decoration: <select id="decorationSelect">
<option>0
<option>1
<option selected>2
<option>3
<option>4
<option selected>8
<option>16
</select>

Instance Count: <select id="instanceCountSelect">
Expand All @@ -67,8 +62,8 @@ <h1>MDV Benchmarks</h1>
<option>15
</select>
<br>
<span>Binding Density: </span>
<input id="bindingDensityInput" style="width: 200px" value="0, 20, 40, 60, 80, 100"><br>
<span>Binding Density (%): </span>
<input id="bindingDensityInput" style="width: 200px" value="0, 1, 2, 4, 8, 16, 32, 64, 100"><br>

MDV: <input id="mdvCheckbox" type="checkbox" checked>
Handlebars: <input id="handlebarsCheckbox" type="checkbox" checked>
Expand Down

0 comments on commit 1d9dbdf

Please sign in to comment.