fixed units
This commit is contained in:
parent
1b097c946c
commit
afe5ca6c72
|
@ -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>
|
||||
|
|
|
@ -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")
|
||||
)
|
||||
|
|
Reference in a new issue