mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 22:14:23 +01:00
``` cargo run --release -- -b 100 -i 100000 --read-ratio 75 cargo run --release -- -b 100 -i 100000 --read-ratio 75 --encryption ``` ``` Total time: 629.51s Transaction throughput: 158.85 txns/sec Operation throughput: 15885.37 ops/sec - Read operations: 7500165 (7500165 found, 0 not found) - Read throughput: 11914.29 reads/sec - Write operations: 2499835 - Write throughput: 3971.08 writes/sec ``` vs ``` Total time: 665.05s Transaction throughput: 150.36 txns/sec Operation throughput: 15036.47 ops/sec - Read operations: 7500165 (7500165 found, 0 not found) - Read throughput: 11277.60 reads/sec - Write operations: 2499835 - Write throughput: 3758.87 writes/sec ``` Closes #3230