You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Convert microseconds to milliseconds for better readability
- Update performance claims from 20M ops/sec to 500K ops/sec to match actual results
- Update benchmark operation names to match new naming convention (lowercase method names)
|LIMIT with offset 10000 records |15574 μs| 65522 ops/s |
596
+
|limit() 10 10000 records |15 ms| 69050 ops/s |
597
+
|limit() 50 10000 records |16 ms| 65516 ops/s |
598
+
|limit() 100 10000 records |17 ms| 61172 ops/s |
599
+
|limit() with offset 10000 records |16 ms| 65522 ops/s |
600
600
|**Persistence**|
601
-
|DUMP records 5000 records |75368 μs| 13583 ops/s |
601
+
|dump() records 5000 records |75 ms| 13583 ops/s |
602
602
603
603
See [`benchmarks/README.md`](https://github.com/avoidwork/haro/blob/master/benchmarks/README.md) for complete benchmark documentation and detailed results.
0 commit comments