Created
January 2, 2021 16:38
-
-
Save treeform/81e966bf70b50e68b0f2dacf88ca9f92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name ............................... min time avg time std dv times | |
flatty write seq[int] .............. 0.052 ms 0.077 ms ±0.030 x1000 | |
flatty read seq[int] ............... 0.030 ms 0.043 ms ±0.017 x1000 | |
frosty write seq[int] .............. 0.266 ms 0.273 ms ±0.012 x1000 | |
frosty read seq[int] ............... 0.144 ms 0.224 ms ±0.055 x1000 | |
flatty write string ................ 0.051 ms 0.061 ms ±0.012 x1000 | |
flatty read string ................. 0.030 ms 0.042 ms ±0.013 x1000 | |
frosty write string ................ 0.138 ms 0.161 ms ±0.045 x1000 | |
frosty read string ................. 0.099 ms 0.148 ms ±0.061 x1000 | |
flatty write Uri ................... 0.213 ms 0.223 ms ±0.028 x1000 | |
flatty read Uri .................... 0.195 ms 0.213 ms ±0.026 x1000 | |
frosty write Uri ................... 0.312 ms 0.317 ms ±0.006 x1000 | |
frosty read Uri .................... 0.528 ms 0.663 ms ±0.119 x1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment