Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 387933d

Browse files
committed
feat(benchmark): change samples input type from range to text
1 parent 9651c87 commit 387933d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/web/tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Select number of samples to collect and average:
2929
<span id="sampleRangeValue"></span>
3030
</label>
31-
<input id="sampleRange" type="range" min="1" max="100">
31+
<input id="sampleRange" type="text">
3232
</div>
3333
</form>
3434
<div class="btn-group">

0 commit comments

Comments
 (0)