The _______ package in Go provides functionality for benchmarking.

  • benchmark
  • fmt
  • os
  • testing/quick
The "testing/quick" package in Go is specifically designed for property-based testing, which is a form of testing that generates random inputs to check the behavior of a function or algorithm.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *