Skip to content

Commit

Permalink
Removed benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 1, 2010
1 parent 2849e11 commit eb62e74
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 129 deletions.
8 changes: 1 addition & 7 deletions .gitmodules
@@ -1,9 +1,3 @@
[submodule "support/expresso"]
path = support/expresso
url = git://github.com/visionmedia/expresso.git
[submodule "benchmarks/haml"]
path = benchmarks/haml
url = git://github.com/visionmedia/haml.js.git
[submodule "benchmark/haml-js"]
path = benchmark/haml-js
url = http://github.com/creationix/haml-js.git
url = git://github.com/visionmedia/expresso.git
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -5,12 +5,9 @@ test:
test-cov:
@./support/expresso/bin/expresso -I lib --cov test/*.js

benchmark:
@./benchmark/run.js

api.html: lib/jade.js
@dox --title "Jade" \
--desc "Jade is a high performance template engine for [node](http://nodejs.org), inspired by [haml](http://haml-lang.com/), created by [TJ Holowaychuk](http://github.com/visionmedia)." \
$< > $@

.PHONY: test test-cov example benchmark
.PHONY: test test-cov example
1 change: 0 additions & 1 deletion benchmark/haml
Submodule haml deleted from 015e92
1 change: 0 additions & 1 deletion benchmark/haml-js
Submodule haml-js deleted from 34fb09
23 changes: 0 additions & 23 deletions benchmark/layout.haml

This file was deleted.

23 changes: 0 additions & 23 deletions benchmark/layout.jade

This file was deleted.

70 changes: 0 additions & 70 deletions benchmark/run.js

This file was deleted.

0 comments on commit eb62e74

Please sign in to comment.