Created
February 3, 2016 23:42
-
-
Save calmh/aa729c679f0334aa54cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jb@syno:/V/R/test $ ../bin/syncthing -version | |
syncthing v0.13.0-beta.0+74-g764e3f0 "Copper Cockroach" (go1.5.2 darwin-amd64) jb@syno 2016-02-03 07:58:14 UTC | |
jb@syno:/V/R/test $ go test -v -tags "integration benchmark" -run e2G | |
=== RUN TestBenchmarkTransferLargeFile2G | |
2016/02/04 00:40:41 Cleaning... | |
2016/02/04 00:40:41 Generating files... | |
2016/02/04 00:40:45 Total 2048.0 MiB in 1 files | |
2016/02/04 00:40:45 Starting instance 1... | |
2016/02/04 00:40:57 Starting instance 2... | |
2016/02/04 00:40:58 {9 2016-02-04 00:40:58.229436178 +0100 CET StateChanged map[to:scanning folder:default from:idle]} | |
2016/02/04 00:40:58 {12 2016-02-04 00:40:58.229605845 +0100 CET StateChanged map[duration:0.000169607 folder:default from:scanning to:idle]} | |
2016/02/04 00:40:58 {17 2016-02-04 00:40:58.294738861 +0100 CET StateChanged map[duration:0.06513284700000001 folder:default from:idle to:syncing]} | |
2016/02/04 00:41:19 {42 2016-02-04 00:41:19.234248988 +0100 CET StateChanged map[from:syncing to:idle duration:20.939501605 folder:default]} | |
2016/02/04 00:41:19 Verifying... | |
2016/02/04 00:41:22 Result: Wall time: 20.939510127s | |
2016/02/04 00:41:22 Result: 97.8 MiB/s synced | |
2016/02/04 00:41:22 Receiver: Utime: 33.85341s | |
2016/02/04 00:41:22 Receiver: Stime: 2.659447s | |
2016/02/04 00:41:22 Receiver: MaxRSS: 41452 KiB | |
2016/02/04 00:41:22 Sender: Utime: 32.128301s | |
2016/02/04 00:41:22 Sender: Stime: 3.055718s | |
2016/02/04 00:41:22 Sender: MaxRSS: 39560 KiB | |
--- PASS: TestBenchmarkTransferLargeFile2G (41.91s) | |
PASS | |
ok _/Volumes/RAM/test 41.919s | |
jb@syno:/V/R/test $ | |
jb@syno:/V/R/test $ ../bin/syncthing -version | |
syncthing v0.13.0-beta.0+74-g764e3f0 "Copper Cockroach" (go1.6rc2 darwin-amd64) jb@syno 2016-02-03 07:58:14 UTC | |
jb@syno:/V/R/test $ go test -v -tags "integration benchmark" -run e2G | |
=== RUN TestBenchmarkTransferLargeFile2G | |
2016/02/04 00:39:48 Cleaning... | |
2016/02/04 00:39:48 Generating files... | |
2016/02/04 00:39:53 Total 2048.0 MiB in 1 files | |
2016/02/04 00:39:53 Starting instance 1... | |
2016/02/04 00:40:06 Starting instance 2... | |
2016/02/04 00:40:06 {11 2016-02-04 00:40:06.422822272 +0100 CET StateChanged map[from:idle to:scanning folder:default]} | |
2016/02/04 00:40:06 {12 2016-02-04 00:40:06.422973278 +0100 CET StateChanged map[from:scanning to:idle duration:0.000150941 folder:default]} | |
2016/02/04 00:40:06 {18 2016-02-04 00:40:06.501523347 +0100 CET StateChanged map[to:syncing duration:0.07854973200000001 folder:default from:idle]} | |
2016/02/04 00:40:12 {29 2016-02-04 00:40:12.465321474 +0100 CET StateChanged map[duration:5.9637971610000005 folder:default from:syncing to:idle]} | |
2016/02/04 00:40:12 Verifying... | |
2016/02/04 00:40:16 Result: Wall time: 5.963798127s | |
2016/02/04 00:40:16 Result: 343.4 MiB/s synced | |
2016/02/04 00:40:16 Receiver: Utime: 25.722679s | |
2016/02/04 00:40:16 Receiver: Stime: 2.712993s | |
2016/02/04 00:40:16 Receiver: MaxRSS: 47732 KiB | |
2016/02/04 00:40:16 Sender: Utime: 14.642764s | |
2016/02/04 00:40:16 Sender: Stime: 3.140908s | |
2016/02/04 00:40:16 Sender: MaxRSS: 37660 KiB | |
--- PASS: TestBenchmarkTransferLargeFile2G (27.68s) | |
PASS | |
ok _/Volumes/RAM/test 27.695s | |
jb@syno:/V/R/test $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment