Skip to content

Commit

Permalink
Run benchmarks on minified build
Browse files Browse the repository at this point in the history
  • Loading branch information
guigrpa committed Feb 28, 2016
1 parent a4e935c commit 666f441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/benchmarks.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _ = require 'lodash'
chalk = require 'chalk'
Seamless = require 'seamless-immutable'
Immutable = require 'immutable'
timm = require '../src/timm'
timm = require '../dist/timm.min'

INITIAL_OBJECT =
toggle: false
Expand Down
2 changes: 1 addition & 1 deletion tools/extraBenchmarks.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
timm = require '../src/timm'
timm = require '../dist/timm.min'
chalk = require 'chalk'

N = 2e6
Expand Down

0 comments on commit 666f441

Please sign in to comment.