![JAR search and dependency download from the Maven repository](/logo.png)
node_modules.split2.bench.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libjoynr-js Show documentation
Show all versions of libjoynr-js Show documentation
JOYnr JavaScript libjoynr-js
'use strict'
var split = require('./')
var bench = require('fastbench')
var fs = require('fs')
function benchSplit (cb) {
fs.createReadStream('package.json')
.pipe(split())
.on('end', cb)
.resume()
}
var run = bench([
benchSplit
], 10000)
run(run)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy