As of Go 1.17: You'll be able to shuffle the execution order of tests & benchmarks:
go test -shuffle=on
Why?
Identifying unwanted dependencies between tests.
# provide the seed value yourself:
go test -shuffle=N
# off by default:
go test -shuffle=off
#golang
The team at @MetricsVictoria recently published some benchmarks comparing their product vs. Promscale: https://t.co/Imvj7wAMxA
These benchmarks, like others that Victoria Metrics has done in the past, are not completely honest. 1/