mathiasbynens / jsperf.com

jsPerf.com source code
http://jsperf.com/
Other
473 stars 56 forks source link

Client hardware detection #176

Closed nCrazed closed 10 years ago

nCrazed commented 10 years ago

I am looking to do a single test across different browsers and client hardware and after a short discussion in #angular.js@Freenode it was suggested that I might want to contribute to this project instead makings something from scratch.

Is hardware detection/consideration something that is desirable for this project? If yes, I would like to discuss what kind of information might be useful in general and how should it be collected? Currently I am thinking either a survey before/after tests or a Java applet to automatically obtain the details to minimise the effort for the visitors.

jdalton commented 10 years ago

Hardware detection is a bit out of scope for JSPerf & we're trying to minimize the use of things like Java applets. While hardware can make a difference in overall ops/sec the trend usually matches for a given browser version on varying machines.