Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Commit a470e48

Browse files
authored
Fix benchmarks (#21)
1 parent 5af68f5 commit a470e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/bench.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Promise.all([
3535
readFile(path.resolve(__dirname, '../dist/immutable.js'), {
3636
encoding: 'utf8',
3737
}),
38-
exec('git show master:dist/immutable.js'),
38+
exec('git show origin/npm:dist/immutable.js'),
3939
])
4040
.then(function(args) {
4141
var newSrc = args[0];

0 commit comments

Comments
 (0)