Skip to content

Commit

Permalink
a little benchmark thing i can't make work
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtaco committed Dec 18, 2013
1 parent a1e1ccd commit f47147b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -74,6 +74,9 @@ test-browser: $(TEST_STAMP) $(BUILD_STAMP)
test/browser/test.js: test/browser/main.iced $(BUILD_STAMP)
$(BROWSERIFY) -t icsify $< > $@

test/benchmark/keybase.js: bench/main.js $(BUILD_STAMP)
$(BROWSERIFY) -s keybase $< > $@

$(TEST_STAMP): test/browser/test.js
date > $@

Expand Down
2 changes: 2 additions & 0 deletions bench/main.js
@@ -0,0 +1,2 @@

exports.rsa = require('../lib/rsa');

0 comments on commit f47147b

Please sign in to comment.