We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc61f5a commit b7dceceCopy full SHA for b7dcece
lolatency_test.go
@@ -12,6 +12,9 @@ import (
12
// For a sample rate of 48kHz this would come out to about 4 samples.
13
// Thus we should not expect that it is currently possible to achieve sample accurate synchronization with OSC over localhost.
14
// 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
18
func BenchmarkMessageSend(b *testing.B) {
19
laddr, err := net.ResolveUDPAddr("udp", "127.0.0.1:0")
20
if err != nil {
0 commit comments