https://github.com/syzer/benchmark-browsers
Benchamark different CPU using webbrowser
https://github.com/syzer/benchmark-browsers
benchmark cpu javascript multithreading score
Last synced: over 1 year ago
JSON representation
Benchamark different CPU using webbrowser
- Host: GitHub
- URL: https://github.com/syzer/benchmark-browsers
- Owner: syzer
- Created: 2014-11-14T14:27:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T15:11:29.000Z (over 6 years ago)
- Last Synced: 2025-02-10T08:12:03.935Z (over 1 year ago)
- Topics: benchmark, cpu, javascript, multithreading, score
- Language: JavaScript
- Size: 246 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DEMO
====

[http://no-chance.surge.sh/](http://no-chance.surge.sh/)
WAT
===
Multicore JavaScript test of your browser
Contribute
==========
add issues/requests on github
getting Cpu description:
mac: `sysctl -n machdep.cpu.brand_string`
linux `cat /proc/cpuinfo`
windows `go to start> right click on computer > properties`
Installation
=====
npm i -g serve
serve ./performance -p $PORT
Roadmap
=======
[ ] show just a general score
[X] show score as graph bar
[ ] show single vs multi threaded performance
[ ] recalculate benchmark after V8/JIT warm up
[!] as Angular module
[ ] Integrate with JS-Spark as module