mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Update test name
This commit is contained in:
parent
269d259e1f
commit
255e47b376
@ -59,13 +59,13 @@ import (
|
||||
// }
|
||||
// }
|
||||
|
||||
func Benchmarkclipboard.ReadAll(b *testing.B) {
|
||||
func BenchmarkReadAll(b *testing.B) {
|
||||
for i := 0; i < b.N; i++ {
|
||||
clipboard.ReadAll()
|
||||
}
|
||||
}
|
||||
|
||||
func Benchmarkclipboard.WriteAll(b *testing.B) {
|
||||
func BenchmarkWriteAll(b *testing.B) {
|
||||
text := "いろはにほへと"
|
||||
for i := 0; i < b.N; i++ {
|
||||
clipboard.WriteAll(text)
|
||||
|
Loading…
Reference in New Issue
Block a user