fixed units

This commit is contained in:
Chris Allen 2013-01-30 00:11:14 -08:00
parent 1b097c946c
commit afe5ca6c72
2 changed files with 3 additions and 2 deletions

View file

@ -48,7 +48,7 @@ Units are in microseconds (us)
</tr>
<tr>
<td>stencil (file)</td>
<td>1.2 us / 22 us</td>
<td>1.2 us / 0.022 us</td>
<td>38 us / 0.943 us</td>
<td>784 us / 16 us</td>
</tr>

View file

@ -128,4 +128,5 @@
(with-progress-reporting (quick-bench (list-tinsel 50)))
(println "\n --- \n")
(with-progress-reporting (quick-bench (list-tinsel 1000)))
(println "\n --- \n"))
(println "\n --- \n")
)