Skip to content

Commit

Permalink
Removed benchmarking code
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwilaby committed Feb 4, 2019
1 parent 6ff8e83 commit 8150790
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/js/__test__/largeXML.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ describe('When parsing JSX, the SaxWasm', () => {

it('should process large XML files', () => {
const document = fs.readFileSync(path.resolve(__dirname + '/xml.xml'), {encoding:'utf8'});
let t = Date.now();
parser.write(document);
t = Date.now() - t;
debugger
expect(_data.length).not.to.be(0);
// const len = document.length;
// const chunkSize = 10000;
Expand Down

0 comments on commit 8150790

Please sign in to comment.