| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 37b0bea commit a2aa4fa
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ const common = require('../common.js'); | |||
| 4 | 4 | const fs = require('fs'); | |
| 5 | 5 | ||
| 6 | 6 | const bench = common.createBenchmark(main, { | |
| 7 | - encoding: ['undefined', 'utf8'], | ||
| 7 | + encoding: ['undefined', 'utf8', 'ascii'], | ||
| 8 | 8 | path: ['existing', 'non-existing'], | |
| 9 | 9 | hasFileDescriptor: ['true', 'false'], | |
| 10 | 10 | n: [1e4], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ const filename = tmpdir.resolve(`.removeme-benchmark-garbage-${process.pid}`); | |||
| 12 | 12 | ||
| 13 | 13 | const bench = common.createBenchmark(main, { | |
| 14 | 14 | duration: [5], | |
| 15 | - encoding: ['', 'utf-8'], | ||
| 15 | + encoding: ['', 'utf-8', 'ascii'], | ||
| 16 | 16 | len: [1024, 16 * 1024 * 1024], | |
| 17 | 17 | concurrent: [1, 10], | |
| 18 | 18 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments