Coder Social home page Coder Social logo

jsperf.com's Introduction

jsperf.com

Build Status Test Coverage Code Climate

Chat on irc.freenode.net in the #jsperf channel.

How to run a local copy of jsPerf for testing/debugging

Prerequisites

You’ll need io.js and MySQL installed.

  1. Clone the repository (git clone https://github.com/jsperf/jsperf.com.git).
  2. Install dependencies (npm install).
  3. Get a Browserscope.org API key by signing in and going to the settings page. (You'll need this in the next step)
  4. Register a new OAuth GitHub development application by going to your settings page in github. Take note to copy the "Client ID" and "Client Secret". The callback URL is simply the root url of the application, e.g., "http://localhost:3000"
  5. Setup database and other environment configuration (npm run setup).

Running the server

npm start

Testing

We use lab as our test utility and code as our assertion library. Lab enforces linting with eslint. To run the test suite:

# everything
npm run test-lint

# directory
npm run test-lint -- test/server/web

# file
npm run test-lint -- test/server/web/contributors/index.js

If you're in a hurry, use npm run test-fast to test but not lint or npm run lint to lint but not test

Coverage

When travis-ci runs the tests, it enforces 100% code coverage. You can run this locally with:

npm test

HTML Report

To generate an HTML report with code coverage, run:

npm run test-cov-html

Gotchas

  • ES6 Template Strings are not supported by esprima which means you can't generate coverage reports which means npm test won't pass.

Debugging

If you'd like extra debugging information when running the server, run with the DEBUG environment variable set to * for everything including dependencies or jsperf* for only this project's debugging statements.

DEBUG=jsperf* npm start

To add more debugging, require the debug module and namespace according to the path to the file. For example, if you want to add debugging information in server/web/errors, the debug name would be jsperf:web:errors. This allows you to finely tune which debug statements you turn on.

To only turn on web debug statements and not services:

DEBUG=jsperf:web* npm start

jsperf.com's People

Contributors

maxbeatty avatar asilluron avatar mathiasbynens avatar

Watchers

James Cloos avatar Spencer Ellinor avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.