Skip to content

Instantly share code, notes, and snippets.

@AudriusButkevicius
Created February 4, 2016 21:15
Show Gist options
  • Save AudriusButkevicius/abdf1c021b9e87f00587 to your computer and use it in GitHub Desktop.
Save AudriusButkevicius/abdf1c021b9e87f00587 to your computer and use it in GitHub Desktop.
2016/02/04 16:10:07 Generating files...
2016/02/04 16:10:20 Total 2048.0 MiB in 1 files
2016/02/04 16:10:20 Starting instance 1...
2016/02/04 16:10:39 Starting instance 2...
2016/02/04 16:10:39 {8 2016-02-04 16:10:39.700263063 -0500 EST StateChanged map[folder:default from:idle to:scanning]}
2016/02/04 16:10:39 {11 2016-02-04 16:10:39.704780175 -0500 EST StateChanged map[duration:0.004516652 folder:default from:scanning to:idle]}
2016/02/04 16:10:40 {16 2016-02-04 16:10:39.944190713 -0500 EST StateChanged map[duration:0.23940970900000003 folder:default from:idle to:syncing]}
2016/02/04 16:12:15 {67 2016-02-04 16:12:14.974551475 -0500 EST StateChanged map[folder:default from:syncing to:idle duration:95.030358331]}
2016/02/04 16:12:15 Verifying...
2016/02/04 16:12:22 Result: Wall time: 1m35.030360762s
2016/02/04 16:12:22 Result: 21.6 MiB/s synced
2016/02/04 16:12:22 Receiver: Utime: 50.29636s
2016/02/04 16:12:22 Receiver: Stime: 4.356783s
2016/02/04 16:12:22 Receiver: MaxRSS: 36380 KiB
2016/02/04 16:12:22 Sender: Utime: 49.757817s
2016/02/04 16:12:22 Sender: Stime: 6.312011s
2016/02/04 16:12:22 Sender: MaxRSS: 29892 KiB
--- PASS: TestBenchmarkTransferLargeFile2G (134.99s)
PASS
ok github.com/syncthing/syncthing/test 135.003s
ab@benchrunner:~/gohome/src/github.com/syncthing/syncthing/test$ go test -v -tags "integration benchmark" -run 'e2G'
=== RUN TestBenchmarkTransferLargeFile2G
2016/02/04 16:12:29 Cleaning...
2016/02/04 16:12:29 Generating files...
2016/02/04 16:12:42 Total 2048.0 MiB in 1 files
2016/02/04 16:12:42 Starting instance 1...
2016/02/04 16:13:01 Starting instance 2...
2016/02/04 16:13:02 {8 2016-02-04 16:13:01.883918355 -0500 EST StateChanged map[folder:default from:idle to:scanning]}
2016/02/04 16:13:02 {11 2016-02-04 16:13:01.888087562 -0500 EST StateChanged map[from:scanning to:idle duration:0.004168777 folder:default]}
2016/02/04 16:13:02 {16 2016-02-04 16:13:02.127379508 -0500 EST StateChanged map[duration:0.23929079800000003 folder:default from:idle to:syncing]}
2016/02/04 16:15:15 {90 2016-02-04 16:15:15.536394791 -0500 EST StateChanged map[folder:default from:syncing to:idle duration:133.409012556]}
2016/02/04 16:15:15 Verifying...
2016/02/04 16:15:22 Result: Wall time: 2m13.409015283s
2016/02/04 16:15:22 Result: 15.4 MiB/s synced
2016/02/04 16:15:22 Receiver: Utime: 50.97265s
2016/02/04 16:15:22 Receiver: Stime: 5.20262s
2016/02/04 16:15:22 Receiver: MaxRSS: 34980 KiB
2016/02/04 16:15:22 Sender: Utime: 51.614892s
2016/02/04 16:15:22 Sender: Stime: 7.266021s
2016/02/04 16:15:22 Sender: MaxRSS: 29536 KiB
--- PASS: TestBenchmarkTransferLargeFile2G (172.87s)
PASS
ok github.com/syncthing/syncthing/test 172.881s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment