Skip to content

Commit

Permalink
bench
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Mar 15, 2013
1 parent 97e85d3 commit 750bd95
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bench.out
Expand Up @@ -33,3 +33,20 @@ mpath.set("comments.1", obj, val) x 2,401,829 ops/sec ±0.68% (98 runs sampled)
mpath.set("comments.2.name", obj, val) x 2,335,081 ops/sec ±1.07% (96 runs sampled)
mpath.set("comments.2.comments.1.comments.0.val", obj, val) x 2,245,436 ops/sec ±0.76% (92 runs sampled)
mpath.set("comments.name", obj, val) x 2,356,278 ops/sec ±1.15% (100 runs sampled)
*97e85d3: Fri Mar 15 2013 16:39:21 GMT-0700 (PDT)
mpath.get("first", obj) x 3,837,614 ops/sec ±0.74% (99 runs sampled)
mpath.get("first.second", obj) x 4,991,779 ops/sec ±1.01% (94 runs sampled)
mpath.get("first.second.third.1.name", obj) x 3,078,455 ops/sec ±1.17% (96 runs sampled)
mpath.get("comments", obj) x 3,770,961 ops/sec ±0.45% (101 runs sampled)
mpath.get("comments.1", obj) x 3,832,814 ops/sec ±0.67% (92 runs sampled)
mpath.get("comments.2.name", obj) x 3,536,436 ops/sec ±0.49% (100 runs sampled)
mpath.get("comments.2.comments.1.comments.0.val", obj) x 2,141,947 ops/sec ±0.72% (98 runs sampled)
mpath.get("comments.name", obj) x 667,898 ops/sec ±1.62% (85 runs sampled)
mpath.set("first", obj, val) x 2,642,517 ops/sec ±0.72% (98 runs sampled)
mpath.set("first.second", obj, val) x 2,502,124 ops/sec ±1.28% (99 runs sampled)
mpath.set("first.second.third.1.name", obj, val) x 2,426,804 ops/sec ±0.55% (99 runs sampled)
mpath.set("comments", obj, val) x 2,699,478 ops/sec ±0.85% (98 runs sampled)
mpath.set("comments.1", obj, val) x 2,494,454 ops/sec ±1.05% (96 runs sampled)
mpath.set("comments.2.name", obj, val) x 2,463,894 ops/sec ±0.86% (98 runs sampled)
mpath.set("comments.2.comments.1.comments.0.val", obj, val) x 2,320,398 ops/sec ±0.82% (95 runs sampled)
mpath.set("comments.name", obj, val) x 2,512,408 ops/sec ±0.77% (95 runs sampled)

0 comments on commit 750bd95

Please sign in to comment.