How to test only one benchmark function?

Description of testing flags

-test.bench pattern
    Run benchmarks matching the regular expression.
    By default, no benchmarks run.

-test.run pattern
    Run only those tests and examples matching the regular
    expression.

For convenience, each of these -test.X flags of the test binary is
also available as the flag -X in ‘go test‘ itself.

For help,

$ go help testflag

For example,

go test -test.bench MapTravel
go test -test.bench MapGet

or

go test -bench MapTravel
go test -bench MapGet

To bypass test functions, include a -test.run pattern that filters out every single test. For example,

go test -test.bench MapTravel -test.run=thisexpressionwontmatchanytest

or

go test -bench MapTravel -run=^$

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)