Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 576 Bytes

DEVELOPING.md

File metadata and controls

45 lines (28 loc) · 576 Bytes

Build environment

Style

regl uses standard style

Testing

regl uses tape

Running tests

In node

With headless-gl, you can just do:

npm run test

Which should run all test cases

In the browser

npm run test-browser

Adding tests

Test coverage

npm run coverage

Benchmarks

Running benchmarks

npm run bench

Adding benchmarks

Copy an existing benchmark (see for example bench/clear.js) and add it to bench/list.js