@libp2p/perf 3.0.15-fb7c51c3c → 3.0.16-f71bc49bd
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/package.json +7 -7
package/README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# @libp2p/perf
|
2
|
+
|
1
3
|
[](http://libp2p.io/)
|
2
4
|
[](https://discuss.libp2p.io)
|
3
5
|
[](https://codecov.io/gh/libp2p/js-libp2p)
|
@@ -7,6 +9,21 @@
|
|
7
9
|
|
8
10
|
# About
|
9
11
|
|
12
|
+
<!--
|
13
|
+
|
14
|
+
!IMPORTANT!
|
15
|
+
|
16
|
+
Everything in this README between "# About" and "# Install" is automatically
|
17
|
+
generated and will be overwritten the next time the doc generator is run.
|
18
|
+
|
19
|
+
To make changes to this section, please update the @packageDocumentation section
|
20
|
+
of src/index.js or src/index.ts
|
21
|
+
|
22
|
+
To experiment with formatting, please run "npm run docs" from the root of this
|
23
|
+
repo and examine the changes made.
|
24
|
+
|
25
|
+
-->
|
26
|
+
|
10
27
|
The PerfService implements the [perf protocol](https://github.com/libp2p/specs/blob/master/perf/perf.md), which can be used to measure transfer performance within and across libp2p implementations.
|
11
28
|
|
12
29
|
## Example
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/perf",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.16-f71bc49bd",
|
4
4
|
"description": "Implementation of Perf Protocol",
|
5
5
|
"author": "@maschad / @marcopolo",
|
6
6
|
"license": "Apache-2.0 OR MIT",
|
@@ -49,18 +49,18 @@
|
|
49
49
|
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
|
50
50
|
"test:node": "aegir test -t node --cov",
|
51
51
|
"dep-check": "aegir dep-check",
|
52
|
-
"
|
52
|
+
"doc-check": "aegir doc-check"
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@libp2p/interface": "1.1.
|
56
|
-
"@libp2p/interface-internal": "1.0.
|
55
|
+
"@libp2p/interface": "1.1.4-f71bc49bd",
|
56
|
+
"@libp2p/interface-internal": "1.0.9-f71bc49bd",
|
57
57
|
"@multiformats/multiaddr": "^12.1.14",
|
58
58
|
"it-pushable": "^3.2.3"
|
59
59
|
},
|
60
60
|
"devDependencies": {
|
61
|
-
"@libp2p/interface-compliance-tests": "5.3.
|
62
|
-
"@libp2p/logger": "4.0.
|
63
|
-
"aegir": "^42.2.
|
61
|
+
"@libp2p/interface-compliance-tests": "5.3.2-f71bc49bd",
|
62
|
+
"@libp2p/logger": "4.0.7-f71bc49bd",
|
63
|
+
"aegir": "^42.2.4",
|
64
64
|
"it-last": "^3.0.4",
|
65
65
|
"it-pair": "^2.0.6",
|
66
66
|
"sinon-ts": "^2.0.0"
|