mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-03-02 15:30:38 +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
288 B
JSON
14 lines
288 B
JSON
{
|
|
"name": "@libp2p/perf-js-libp2p-1-0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-noise": "^13.0.3",
|
|
"@chainsafe/libp2p-yamux": "^5.0.3",
|
|
"@libp2p/perf": "next",
|
|
"@libp2p/tcp": "next",
|
|
"libp2p": "next"
|
|
}
|
|
}
|