Skip to content

jimhigson/oboe-mark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small project with some benchmarks for Oboe.js

To run on Node (checkout git repo first):

$ cd oboe-mark
$ npm install   # install dependencies
$ node index.js # run benchmark

To run in the browser (checkout git repo first):

$ cd oboe-mark

$ bower install # if you don't already have bower do 'sudo npm install -g bower' first

# Now serve index.html to browser. In this example, we'll use http-server and Node.
# If you have Apache or something locally go ahead and use that instead

$ sudo npm install -g http-server
$ http-server

Now open the browser at http://localhost:8080

About

Benchmark for JS execution under various browsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published