Skip to content

Commit

Permalink
update text-decoder to use windows-1252 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Mert Can Altin committed Oct 8, 2024
1 parent f96e2ef commit 77bc5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/util/text-decoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const common = require('../common.js');

const bench = common.createBenchmark(main, {
encoding: ['utf-8', 'latin1', 'iso-8859-3'],
encoding: ['utf-8', 'windows-1252', 'iso-8859-3'],
ignoreBOM: [0, 1],
fatal: [0, 1],
len: [256, 1024 * 16, 1024 * 128],
Expand Down

0 comments on commit 77bc5ee

Please sign in to comment.