mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-03-02 07:20:34 +00:00
Adds perf tests for js-libp2p 0.46.x and 1.0 (via the `next` tag). --------- Co-authored-by: achingbrain <achingbrain@users.noreply.github.com>
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"name": "@libp2p/perf-js-libp2p-0-46",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-noise": "^13.0.3",
|
|
"@chainsafe/libp2p-yamux": "^5.0.3",
|
|
"@libp2p/perf": "^2.0.1",
|
|
"@libp2p/tcp": "^8.0.13",
|
|
"libp2p": "^0.46.21"
|
|
}
|
|
}
|