Skip to content

Commit

Permalink
fix(test): oops when removing safe-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jul 2, 2018
1 parent 10d5d9a commit 1950490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmarks/content.read.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const read = require('../../lib/content/read')

let buf = []
for (let i = 0; i < Math.pow(2, 8); i++) {
buf.push(Buffer.alloc)
buf.push(Buffer.alloc(8, i))
}

const CONTENT = Buffer.concat(buf, buf.length * 8)
Expand Down

0 comments on commit 1950490

Please sign in to comment.