Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit a5cb06e

Browse files
committed
new bundle sizes, so much space saved!
1 parent 0e85b16 commit a5cb06e

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed
+27-27
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
name, bundled (KBs), minified (KBs)
2-
IPFS, 1685.41, 661.64
3-
add, 968.11, 344.13
4-
bitswap, 684.80, 232.13
5-
block, 724.77, 250.23
6-
bootstrap, 685.64, 232.39
7-
cat, 725.05, 250.33
8-
commands, 683.89, 231.76
9-
config, 686.87, 233.10
10-
dht, 688.51, 233.41
11-
diag, 684.97, 232.18
12-
files, 1120.38, 404.30
13-
get, 907.74, 318.35
14-
id, 684.31, 231.95
15-
key, 684.59, 232.03
16-
log, 685.40, 232.38
17-
ls, 684.00, 231.80
18-
mount, 684.18, 231.86
19-
name, 684.63, 232.06
20-
object, 923.66, 340.57
21-
pin, 685.51, 232.39
22-
ping, 684.59, 231.90
23-
pubsub, 740.40, 249.54
24-
refs, 684.39, 231.94
25-
repo, 684.56, 232.02
26-
swarm, 1324.18, 527.03
27-
update, 684.45, 231.96
28-
version, 684.21, 231.88
2+
IPFS, 1412.20, 573.44
3+
add, 591.17, 198.23
4+
bitswap, 590.14, 197.96
5+
block, 630.50, 216.31
6+
bootstrap, 590.97, 198.22
7+
cat, 630.78, 216.41
8+
commands, 589.22, 197.59
9+
config, 592.21, 198.93
10+
dht, 593.86, 199.24
11+
diag, 590.31, 198.00
12+
files, 669.07, 235.88
13+
get, 661.57, 233.16
14+
id, 589.65, 197.78
15+
key, 589.93, 197.86
16+
log, 590.74, 198.20
17+
ls, 589.35, 197.63
18+
mount, 589.53, 197.69
19+
name, 589.97, 197.88
20+
object, 833.17, 307.73
21+
pin, 590.86, 198.22
22+
ping, 589.94, 197.73
23+
pubsub, 595.31, 199.76
24+
refs, 589.74, 197.77
25+
repo, 589.91, 197.85
26+
swarm, 1239.42, 498.59
27+
update, 589.79, 197.79
28+
version, 589.55, 197.71

examples/sub-module/test-modules-size.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ modules=($(ls modules/))
66
echo "name, bundled (KBs), minified (KBs)"
77

88
# Full IPFS module
9-
webpack --display none --config webpack.confg.js complete-module.js complete-bundle.js
9+
webpack --display none --config webpack.config.js complete-module.js complete-bundle.js
1010
babili complete-bundle.js -o complete-bundle-minified.js
1111

1212
ipfsBundleSize=($(wc -c < complete-bundle.js | awk '{b=$1/1024; printf "%.2f\n", b}' | sed 's/,/./g'))

0 commit comments

Comments
 (0)