Skip to content

Commit b7dcece

Browse files
committed
add results of lolatency benchmark from my PC laptop
1 parent cc61f5a commit b7dcece

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lolatency_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import (
1212
// For a sample rate of 48kHz this would come out to about 4 samples.
1313
// Thus we should not expect that it is currently possible to achieve sample accurate synchronization with OSC over localhost.
1414
// But 80us latency is not bad!
15+
//
16+
// Update 3/11/2017 [briansorahan]
17+
// This benchmarks around 100us on my Dell Latitude E6510 with a single-core Core i7 @ 2.8GHz
1518
func BenchmarkMessageSend(b *testing.B) {
1619
laddr, err := net.ResolveUDPAddr("udp", "127.0.0.1:0")
1720
if err != nil {

0 commit comments

Comments
 (0)