results.txt 924 B

123456789101112131415161718
  1. Benchmarking client instantation without cache, with result formatter enabled, 1000 runs
  2. Runned in 47.425533056259 seconds, using 8.5 mb memory
  3. --------------------------
  4. Benchmarking client instatation with cache enabled, 1000 runs
  5. Runned in 0.068459987640381 seconds, using 8.5 mb memory
  6. --------------------------
  7. Running 1000 statements with immediate tx commits
  8. Runned in 7.8483679294586 seconds, using 9.25 mb memory
  9. --------------------------
  10. Running 1000 statements in one transaction commit, separate requests using the TransactionManager
  11. Runned in 3.0217499732971 seconds, using 9.5 mb memory
  12. --------------------------
  13. Running 1000 statements in one transaction commit, same request
  14. Runned in 0.26249098777771 seconds, using 10 mb memory
  15. --------------------------
  16. Handling big graph Response format, 1000 nodes with more edges
  17. Runned in 0.09460186958313 seconds, using 10.25 mb memory
  18. --------------------------