Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. mihirn@haibrid-d8s:~/haibrid-algorithms$ ./out/bench-ds -t 8 -d google_btree -n 25000000 -k string -v string -K KEYSUNIF -V 8 -l 10000 -r 1.0
  2. Both -n and -K specified; ignoring -n
  3. Running workload [0, 1]
  4. SAMPLE: {"ts": 8000, "ops": 7770, "xput": 971, "lat": 2362946, "mem": 4039128}
  5. Total operations: 7770 on 25000000 keys (Runtime: 8001 ms; From Operations: 7996 ms; From TSC: 8000 ms)
  6. Point: 0 (Missing: 0 (-nan%))
  7. Inserts: 0 (0%); Failures: 0; Skipped: 0
  8. Deletes: 0 (0%); Failures: 0; Skipped: 0
  9. Ranges: 7770 (100%); Average range size: 10001
  10. Throughput: 972 qps
  11. Avg Latency: 1029086 ns (2361642 cycles)
  12. Maximum Memory Usage: 4039128 KB; Garbage: 0
  13. mihirn@haibrid-d8s:~/haibrid-algorithms$ ./out/bench-ds -t 8 -d skiplist -n 25000000 -k string -v string -K KEYSUNIF -V 8 -l 10000 -r 1.0
  14. Both -n and -K specified; ignoring -n
  15. Running workload [0, 1]
  16. SAMPLE: {"ts": 8000, "ops": 4292, "xput": 536, "lat": 4277731, "mem": 3939580}
  17. Total operations: 4292 on 25000000 keys (Runtime: 8001 ms; From Operations: 7997 ms; From TSC: 8000 ms)
  18. Point: 0 (Missing: 0 (-nan%))
  19. Inserts: 0 (0%); Failures: 0; Skipped: 0
  20. Deletes: 0 (0%); Failures: 0; Skipped: 0
  21. Ranges: 4292 (100%); Average range size: 10001
  22. Throughput: 537 qps
  23. Avg Latency: 1863233 ns (4276047 cycles)
  24. Maximum Memory Usage: 3939580 KB; Garbage: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement