My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
JSBench.me - JavaScript performance benchmarking playground

JSBench.me - JavaScript performance benchmarking playground

Mirko Vukušić's photo
Mirko Vukušić
·Feb 19, 2017

jsblogo-milky-white After long using JSPerf and wanting more from user interface and features, I finally decided to build an alternative. First public beta is published at https://jsbench.me and I'm looking for comments and suggestions. Mostly I'm interested in what people want from JS benchmarking playground and couldn't get from other solutions.

Published is only a basic version where you can create, run, save, version, share and fork your test suites but after investigating what other people expect from solution like this, I'm continuing to work on features list like:

  • upvote/downvote a test suite
  • comment/discuss per test suite
  • grpahic representation of test results
  • storing & dispaying test results for different browsers/platforms

A little bit about bakground... Solution is built in React/Mobx so is a single page app. It is serverless as it uses different services, mostly from AWS:

  • AWS Cognito for user pools
  • AWS API Gateway for API
  • AWS Lambda sits between API and DynamoDB
  • AWS DynamoDB as a database
  • Natlify for hosting

Again, thank you for any comments and/or suggestions. It would be most valuable at this stage to have some.