Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 257 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 257 Bytes

go-plactice

$ go test -run NONE -bench . -benchmem
  • ベンチマーク関数は各自、約1秒間ずつ実行される
  • 以下のようにやればテスト時間をずらせる
$ go test -run NONE -bench .  -benchmem -benchtime 10s