// BenchmarkTyping simulates typing steadily in a single file at different // paces. // // The key metric for this benchmark is not latency, but cpu_seconds per // operation. func BenchmarkTyping(b *testing.B) { … }
// BenchmarkTyping simulates typing steadily in a single file at different // paces. // // The key metric for this benchmark is not latency, but cpu_seconds per // operation. func BenchmarkTyping(b *testing.B) { … }