-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` go test -benchtime 1s -run - -bench TrackChoices1280_Cockroach -timeout 5m ./sql -benchmem 10000 127583 ns/op 27432 B/op 145 allocs/op go test -benchtime 10s -run - -bench TrackChoices1280_Cockroach -timeout 5m ./sql -benchmem 100000 181085 ns/op 27421 B/op 144 allocs/op go test -benchtime 20s -run - -bench TrackChoices1280_Cockroach -timeout 5m ./sql -benchmem 300000 166564 ns/op 27673 B/op 142 allocs/op ``` ``` ``` 2016/05/10 15:31:53.900328 0.025948 node 1 15:31:53.900331 . 3 ... node 1 15:31:53.900338 . 7 ... read has no clock uncertainty 15:31:53.900426 . 87 ... executing 1282 requests 15:31:53.900706 . 280 ... read-write path 15:31:53.900707 . 1 ... command queue 15:31:53.901148 . 441 ... left command queue 15:31:53.901151 . 3 ... request leader lease (attempt #1) 15:31:53.901392 . 240 ... prep for ts cache 15:31:53.904028 . 2637 ... applied ts cache 15:31:53.904613 . 584 ... proposed to Raft 15:31:53.905698 . 1085 ... applying batch 15:31:53.905769 . 72 ... checked aborted txn 15:31:53.905959 . 189 ... checked leadership 15:31:53.906425 . 466 ... 1280 blind puts 15:31:53.914285 . 7860 ... executed batch 15:31:53.914340 . 55 ... prep for commit 15:31:53.915122 . 782 ... committed 15:31:53.915177 . 55 ... processed async intents 15:31:53.915178 . 1 ... applied batch 15:31:53.915186 . 9 ... response obtained ``` out.base
- Loading branch information
Showing
5 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
PASS | ||
BenchmarkTrackChoices1280_Cockroach-8 200000 171532 ns/op 27241 B/op 142 allocs/op | ||
ok github.com/cockroachdb/cockroach/sql 35.986s |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
PASS | ||
BenchmarkTrackChoices1280_Cockroach-8 10000 116387 ns/op 27429 B/op 145 allocs/op | ||
ok github.com/cockroachdb/cockroach/sql 1.515s |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
PASS | ||
BenchmarkTrackChoices1280_Cockroach-8 200000 174189 ns/op 27485 B/op 143 allocs/op | ||
ok github.com/cockroachdb/cockroach/sql 36.634s |
This file contains 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
This file contains 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