|
|
|
|
|
by ajross
4677 days ago
|
|
I measure less than that: dd if=/dev/urandom bs=1024 count=64 | base64 | gzip | wc -c
64+0 records in
64+0 records out
65536 bytes (66 kB) copied, 0.0127386 s, 5.1 MB/s
67302
This particular run comes out to ~2.7% overhead, and in fact it's very repeatable. The half dozen runs I did were within 20 bytes of each other. |
|