Add Million.js to js-framework-benchmark
See original GitHub issueIs your feature request related to a problem? Please describe. Local benchmark on my machine is 3 times slower relatively to others, million results similar to virtual-dom.
Describe the solution you’d like Add cpu/memory/os and browser version to benchmark page
Describe alternatives you’ve considered Use external service for benchmarking or allow user to post here results and then collect them to benchmark page, for example:
MacBook Air M1, 8 GB, Safari v14.1.1:
million x 26,400 ops/sec ±0.69% (24 runs sampled)
virtual-dom x 21,543 ops/sec ±0.54% (65 runs sampled)
vanilla x 3,865 ops/sec ±0.94% (24 runs sampled)
baseline x 81,198 ops/sec ±2.52% (16 runs sampled)
Fastest is baseline
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (9 by maintainers)
Top Results From Across the Web
Interactive Results - GitHub Pages
The benchmark was run on a MaBook Pro 14 (32 GB RAM, 8/14 Cores, OSX 12.6), Chrome 108.0.5359.71 (arm64)) using the puppeteer benchmark...
Read more >Million.js: A Fast, Compiler-Augmented Virtual DOM ... - DeepAI
The goal of this project was to create a virtual DOM library and benchmark it against other popular methods to compare performance. These ......
Read more >Million: Build apps with JSX faster than React and Preact
Million, like Preact, solves the problem of large React bundles and a heavyweight virtual DOM but adds compilation for further speed ...
Read more >Million.js - The Future of Virtual DOM - DEV Community
Recently, I published some · You may be wondering: What's the point of using Virtual DOM, if you can just use a compiler-based...
Read more >[AskJS] Millionjs claim of 11x performance increase may not ...
Million.js benchmark results may be quite invalid based on what I'm ... were performing on js-framework-benchmark but they weren't on there.
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
Just created https://github.com/krausest/js-framework-benchmark/pull/1074 😃
Also, it would be very helpful if you had time to add million.js to js-framework-benchmark https://krausest.github.io/js-framework-benchmark/current.html