Skip to content

Instantly share code, notes, and snippets.

@ericf
Last active December 10, 2015 00:08
Show Gist options
  • Select an option

  • Save ericf/4348473 to your computer and use it in GitHub Desktop.

Select an option

Save ericf/4348473 to your computer and use it in GitHub Desktop.
Starting benchmarks.
Base x 12,721 ops/sec ±1.62% (92 runs sampled)
MyBase x 10,975 ops/sec ±4.68% (82 runs sampled)
MyBase with 10 simple value attributes x 7,674 ops/sec ±3.96% (90 runs sampled)
MyBase with 20 varied attributes x 4,157 ops/sec ±2.24% (81 runs sampled)
BaseCore x 41,917 ops/sec ±4.44% (81 runs sampled)
MyBaseCore x 44,374 ops/sec ±2.22% (90 runs sampled)
MyBaseCore with 10 simple value attributes x 15,058 ops/sec ±2.21% (91 runs sampled)
MyBaseCore with 20 varied attributes x 5,083 ops/sec ±4.71% (73 runs sampled)
Finished.
Starting benchmarks.
Base x 11,712 ops/sec ±4.03% (85 runs sampled)
MyBase x 12,965 ops/sec ±0.95% (91 runs sampled)
MyBase with 10 simple value attributes x 8,295 ops/sec ±2.13% (94 runs sampled)
MyBase with 20 varied attributes x 4,228 ops/sec ±2.31% (83 runs sampled)
BaseCore x 46,427 ops/sec ±2.50% (93 runs sampled)
MyBaseCore x 42,284 ops/sec ±4.43% (86 runs sampled)
MyBaseCore with 10 simple value attributes x 15,966 ops/sec ±1.88% (88 runs sampled)
MyBaseCore with 20 varied attributes x 5,621 ops/sec ±3.64% (74 runs sampled)
Finished.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment