| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 352d635 commit 0fa22cb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,8 +4,8 @@ const common = require('../common.js'); | |||
| 4 | 4 | const v8 = require('v8'); | |
| 5 | 5 | ||
| 6 | 6 | const bench = common.createBenchmark(main, { | |
| 7 | - len: [256, 1024 * 16, 1024 * 512], | ||
| 8 | - n: [1e6], | ||
| 7 | + len: [256, 1024 * 16], | ||
| 8 | + n: [1e5], | ||
| 9 | 9 | }); | |
| 10 | 10 | ||
| 11 | 11 | function main({ n, len }) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments