snapshot.txt 1.0 KB

1234567891011121314151617181920
  1. Node v12.4.0
  2. > node perf/edge-iteration.js
  3. Edge iteration x 626 ops/sec ±1.36% (86 runs sampled)
  4. Edge iteration for multigraph x 568 ops/sec ±0.97% (87 runs sampled)
  5. » node perf/graph-construction.js
  6. Adding 5,000 edges x 580 ops/sec ±1.40% (86 runs sampled)
  7. Adding 5,000 multigraph edges x 432 ops/sec ±1.08% (82 runs sampled)
  8. Adding 5,000 random edges x 219 ops/sec ±0.92% (81 runs sampled)
  9. Adding 5,000 random edges to multigraph x 179 ops/sec ±0.93% (78 runs sampled)
  10. Adding 5,000 random edges and randomly removing them x 7.83 ops/sec ±4.33% (24 runs sampled)
  11. Adding 5,000 random edges to multigraph and randomly removing them x 5.97 ops/sec ±4.07% (20 runs sampled)
  12. Removing all edges one by one from 5k graph x 126 ops/sec ±1.20% (76 runs sampled)
  13. Removing all edges one by one from 5k multigraph graph x 97.78 ops/sec ±4.15% (69 runs sampled)
  14. » node perf/node-iteration.js
  15. graphWithOutMap x 572 ops/sec ±3.64% (71 runs sampled)
  16. graphWithMap x 5,744 ops/sec ±6.48% (69 runs sampled)
  17. Fastest is graphWithMap