Skip to content

Commit

Permalink
Moved benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 5, 2010
1 parent 0f4f246 commit 953a6c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -7,3 +7,6 @@
[submodule "support/jade"]
path = support/jade
url = git://github.com/visionmedia/jade.git
[submodule "benchmarks/node-o3-canvas"]
path = benchmarks/node-o3-canvas
url = https://github.com/ajaxorg/node-o3-canvas.git
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,6 +8,6 @@ test-server:
@node test/server.js

benchmark:
@node examples/benchmark.js
@node benchmarks/run.js

.PHONY: test test-server benchmark
1 change: 1 addition & 0 deletions benchmarks/node-o3-canvas
Submodule node-o3-canvas added at 6fa7b2
1 change: 0 additions & 1 deletion examples/benchmark.js → benchmarks/run.js
Expand Up @@ -5,7 +5,6 @@

var Canvas = require('../lib/canvas')
, canvas = new Canvas(200, 200)
, largeCanvas = new Canvas(1000, 1000)
, ctx = canvas.getContext('2d');

var times = 10000;
Expand Down

0 comments on commit 953a6c6

Please sign in to comment.