Skip to content

Instantly share code, notes, and snippets.

@film42
Created February 2, 2016 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save film42/510c9be4b91441f9b31a to your computer and use it in GitHub Desktop.
Save film42/510c9be4b91441f9b31a to your computer and use it in GitHub Desktop.
Benchmark.measure { 10_000.times { ActionSubscriber::Publisher.publish("test", "test", "test") } }
5.590000 2.110000 7.700000 ( 14.262266)
Benchmark.measure { 10_000.times { ActionSubscriber::Publisher.publish_async("test", "test", "test") } }
0.030000 0.000000 0.030000 ( 0.025184)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment