%PDF- %PDF-
Direktori : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/benchmark/napi/string/ |
Current File : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/benchmark/napi/string/index.js |
'use strict'; const common = require('../../common.js'); let binding; try { binding = require(`./build/${common.buildType}/binding`); } catch { console.error(`${__filename}: Binding failed to load`); process.exit(0); } const bench = common.createBenchmark(main, { n: [1e5, 1e6, 1e7], stringType: ['Latin1', 'Utf8', 'Utf16'], }); function main({ n, stringType }) { binding[`createString${stringType}`](n, bench, bench.start, bench.end); }