mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-29 11:32:25 +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 { Noise } = require('../dist/src/index')
|
||||||
const benchmark = require('benchmark')
|
const benchmark = require('benchmark')
|
||||||
const DuplexPair = require('it-pair/duplex')
|
const DuplexPair = require('it-pair/duplex')
|
||||||
@ -29,7 +31,7 @@ const bench = async function () {
|
|||||||
deffered.resolve()
|
deffered.resolve()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.on("complete", function(stats) {
|
.on('complete', function (stats) {
|
||||||
console.log(String(stats.currentTarget))
|
console.log(String(stats.currentTarget))
|
||||||
})
|
})
|
||||||
bench.run({ async: true })
|
bench.run({ async: true })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user