git ssb

0+

Dominic_temp / bench-flumelog



Commit bf05b1a1f2b00cd6645958dbb772a864b272aa4f

results

Dominic Tarr committed on 1/17/2017, 11:12:16 AM
Parent: a54db858577ddf4a6d646939d7ae360f695597e8

Files changed

README.mdchanged
README.mdView
@@ -42,8 +42,10 @@
4242 once it has read the entire log, but random continues for 10 seconds.
4343
4444 ### [flumelog-idb](https://github.com/flumedb/flumelog-idb)
4545
46 +these tests on lenovo x201
47 +
4648 (firefox)
4749 ```
4850 name, ops/second, mb/second, ops, total-mb, seconds
4951
@@ -60,11 +62,26 @@
6062 ```
6163
6264 something about indexed db is making this very slow!
6365
66 +---
6467
68 +these runs on Samsung J2, which was the cheapest "smart"
69 +phone I could purchase at my local shop, for $220 NZD. (~158 USD)
6570
71 +(mobile chrome, samsung J2)
72 +```
73 +name, ops/second, mb/second, ops, total-mb, seconds
74 +append, 1884.024, 0.238, 20485, 2.591, 10.873
75 +stream, 839.716, 0.106, 8398, 1.062, 10.001
76 +random, 1060.481, 0.134, 10608, 1.341, 10.003
77 +```
6678
79 +(mobile firefox, samsung J2)
80 +```
81 +name, ops/second, mb/second, ops, total-mb, seconds
82 +append, 2273.374, 0.287, 24582, 3.11, 10.813
83 +stream, 1002.299, 0.126, 10025, 1.268, 10.002
84 +random, 1253.374, 0.158, 12535, 1.586, 10.001
85 +```
6786
68-
69-
70-
87 +mobile is 3-4 times slower.

Built with git-ssb-web