Skip to content

Commit

Permalink
Uncomment bfj
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Aug 6, 2024
1 parent 4735bd5 commit 1bc7c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/stringify-chunked.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export const tests = {
'json-stream-stringify': data =>
new JsonStreamStringify(data),

// 'bfj': data => sizeLessThan(100 * 1024 * 1024) &&
// bfj.streamify(data)
'bfj': data => sizeLessThan(100 * 1024 * 1024) &&
bfj.streamify(data)
};

Object.defineProperty(tests, '__getData', {
Expand Down

0 comments on commit 1bc7c34

Please sign in to comment.