exercism / go

Exercism exercises in Go.
https://exercism.org/tracks/go
MIT License
951 stars 644 forks source link

Remove check for short test in benchmarks #2714

Open junedev opened 9 months ago

junedev commented 9 months ago

Benchmarks are not included in normal test runs, so we don't need to do anything to make them excluded.