|
|
|
|
|
by qbproger
5609 days ago
|
|
It looks really cool. I may have missed it, but it seems to be lacking the comparison aspect of arewefastyet.com (ie - missing chrome/safari data). I'm not sure how portable this is to other projects, but it reminds me of http://speed.pypy.org, which is open source https://github.com/tobami/codespeed. |
|
Also, arewefastyet.com only tracks JS engine performance, so for the full set of tests we'd need to instrument the other browsers (and make sure it was done in a way which is fair and equitable), so that might take some doing. It's a good idea though, I'll see what we can get going in short order.
arewefastyet.com was a one-off put together by the JS team for their own use, it just ended up being very popular so we're trying to absorb ideas from it into the existing test infrastructure.
Also, thanks for the pypy link - looks very nice, will check it out further.