Skip to content

Instantly share code, notes, and snippets.

@calmh
Created August 16, 2016 11:30
Show Gist options
  • Save calmh/56f45858a349a146df261ef21a61f2a7 to your computer and use it in GitHub Desktop.
Save calmh/56f45858a349a146df261ef21a61f2a7 to your computer and use it in GitHub Desktop.
Go 1.6.3:
2016/08/16 13:29:21 Result: Wall time: 6.740987566s
2016/08/16 13:29:21 Result: 303.8 MiB/s synced
2016/08/16 13:29:21 Receiver: Utime: 25.591915s
2016/08/16 13:29:21 Receiver: Stime: 3.667778s
2016/08/16 13:29:21 Receiver: MaxRSS: 42048 KiB
2016/08/16 13:29:21 Sender: Utime: 13.977881s
2016/08/16 13:29:21 Sender: Stime: 3.158603s
2016/08/16 13:29:21 Sender: MaxRSS: 34168 KiB
--- PASS: TestBenchmarkTransferLargeFile2G (30.19s)
Go 1.7:
2016/08/16 13:28:16 Result: Wall time: 5.33101824s
2016/08/16 13:28:16 Result: 384.2 MiB/s synced
2016/08/16 13:28:16 Receiver: Utime: 14.865393s
2016/08/16 13:28:16 Receiver: Stime: 3.881852s
2016/08/16 13:28:16 Receiver: MaxRSS: 42100 KiB
2016/08/16 13:28:16 Sender: Utime: 8.555936s
2016/08/16 13:28:16 Sender: Stime: 2.897046s
2016/08/16 13:28:16 Sender: MaxRSS: 33956 KiB
--- PASS: TestBenchmarkTransferLargeFile2G (23.27s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment