An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

DEMO
====
![picture](https://raw.github.com/syzer/benchmark-browsers/master/docs/benchmark-browsers.png)

[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