Understanding Benchmark Results #830
-
I've got this results after running
Let's take this sample: Can you help me to read this?
How do I tell EMA x 224 ops/sec ±0.53% (86 runs sampled)
FasterEMA x 164,037 ops/sec ±0.29% (96 runs sampled) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @carloswm85, 164,037 ops/sec means that the algorithm can execute 164K operations per second and thus is much faster than an algorithm which can only handle 200 operations per second. You will notice that the "Faster"-algorithms are by magniture faster than the regular ones which is why I am considering dropping the Big.js variants in v7. |
Beta Was this translation helpful? Give feedback.
-
Ok. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @carloswm85, 164,037 ops/sec means that the algorithm can execute 164K operations per second and thus is much faster than an algorithm which can only handle 200 operations per second. You will notice that the "Faster"-algorithms are by magniture faster than the regular ones which is why I am considering dropping the Big.js variants in v7.