mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-24 16:32:17 +00:00
fix lint
This commit is contained in:
parent
31705d5f89
commit
b9805b3dc3
@ -1,3 +1,5 @@
|
||||
/* eslint-disable */
|
||||
|
||||
const { Noise } = require('../dist/src/index')
|
||||
const benchmark = require('benchmark')
|
||||
const DuplexPair = require('it-pair/duplex')
|
||||
@ -29,7 +31,7 @@ const bench = async function () {
|
||||
deffered.resolve()
|
||||
}
|
||||
})
|
||||
.on("complete", function(stats) {
|
||||
.on('complete', function (stats) {
|
||||
console.log(String(stats.currentTarget))
|
||||
})
|
||||
bench.run({ async: true })
|
||||
|
Loading…
x
Reference in New Issue
Block a user