Changes in benchmark/readyQ/transfer.go [aec2c022:65c9208]
- File:
-
- 1 edited
-
benchmark/readyQ/transfer.go (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/transfer.go
raec2c022 r65c9208 244 244 p.Printf("Threads parking on wait : %s\n", ws) 245 245 p.Printf("Rechecking : %d\n", rechecks ) 246 p.Printf(" ms per transfer : %f\n", float64(delta.Milliseconds()) / float64(leader.idx) )247 } 246 p.Printf("ns per transfer : %f\n", float64(delta.Nanoseconds()) / float64(leader.idx) ) 247 }
Note:
See TracChangeset
for help on using the changeset viewer.