Evaluate benchmark results
See original GitHub issueIβm running benchmarks on
MacBook-Pro-di-Loreto:fast-memoize.js loretoparisi$ node -v
v6.9.4
MacBook-Pro-di-Loreto:fast-memoize.js loretoparisi$ npm -v
3.10.10
MacBook-Pro-di-Loreto:fast-memoize.js loretoparisi$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.12.2
BuildVersion: 16C67
My benchmarks are
ββββββββββββββββββββββββ¬βββββββββββββ¬βββββββββββββββββββββββββββ¬ββββββββββββββ
β NAME β OPS/SEC β RELATIVE MARGIN OF ERROR β SAMPLE SIZE β
ββββββββββββββββββββββββΌβββββββββββββΌβββββββββββββββββββββββββββΌββββββββββββββ€
β iMemoized β 17,932,713 β Β± 3.37% β 76 β
ββββββββββββββββββββββββΌβββββββββββββΌβββββββββββββββββββββββββββΌββββββββββββββ€
β lodash β 8,396,854 β Β± 2.55% β 80 β
ββββββββββββββββββββββββΌβββββββββββββΌβββββββββββββββββββββββββββΌββββββββββββββ€
β fast-memoize@current β 8,214,633 β Β± 1.99% β 75 β
ββββββββββββββββββββββββΌβββββββββββββΌβββββββββββββββββββββββββββΌββββββββββββββ€
β memoizee β 7,386,302 β Β± 2.33% β 83 β
ββββββββββββββββββββββββΌβββββββββββββΌβββββββββββββββββββββββββββΌββββββββββββββ€
β underscore β 6,429,656 β Β± 1.42% β 82 β
ββββββββββββββββββββββββΌβββββββββββββΌβββββββββββββββββββββββββββΌββββββββββββββ€
β ramda β 332,289 β Β± 2.15% β 79 β
ββββββββββββββββββββββββΌβββββββββββββΌβββββββββββββββββββββββββββΌββββββββββββββ€
β vanilla β 99,607 β Β± 2.81% β 81 β
ββββββββββββββββββββββββ΄βββββββββββββ΄βββββββββββββββββββββββββββ΄ββββββββββββββ
How to further improve fast-memoize
on this machine?
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Evaluation Benchmark - an overview | ScienceDirect Topics
Discuss the metrics of the benchmark and how the solution scored. Compare it to the results of other solutions. Creating tables to show...
Read more >What Is Benchmark Testing? (With 7 Steps To Use It Properly)
Benchmark testing is a way of comparing quantifiable results to evaluate a system's performance. Benchmark testing is standard in computingΒ ...
Read more >What is Benchmark Testing? - Guru99
Benchmark Testing measures a repeatable set of quantifiable results that serves as a point of reference against which products/services can beΒ ...
Read more >Evaluation and Benchmarking Module - OCCRL
Evaluation and benchmarking are complimentary processes that focus on what has happened in the past, what is happening now, and what can be...
Read more >Understanding your PerformanceTest Benchmark Results
PerformanceTest is a benchmarking tool which can be used to compare your PC with over a million computers worldwide through our searchableΒ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes,
Map
is faster in your version. You can pass it like:@caiogondim Yes Thank you answered that.