feat(benchmark): make view cache a parameter to the tree benchmark

This commit is contained in:
Tobias Bosch
2015-04-10 13:23:34 -07:00
parent e34146fc14
commit 6ce085a21a
6 changed files with 36 additions and 13 deletions

View File

@ -7,6 +7,14 @@
Depth:
<input type="number" name="depth" placeholder="depth" value="9">
<br>
Use Viewcache:
<label>
Yes<input type="radio" name="viewcache" placeholder="use viewcache" value="true" checked="checked">
</label>
<label>
No<input type="radio" name="viewcache" placeholder="use viewcache" value="false">
</label>
<br>
<button>Apply</button>
</form>