On Fri, 24 Jun 2016 11:27:43 -0700 (PDT)
Nick Pavlica <lini...@gmail.com> wrote:

[...]
> > > mutex(s) commented out with the  -race flag on and didn't get a
> > > warning. 
> >
> > Did you make some concurrent requests? The race detector only tells 
> > you about races that happen, so you need to excercise the
> > concurrent code paths in some way (possibly in a test or by
> > selectively turning on -race in a production-like environment). 
> 
>   I just accessed the endpoint from multiple browsers, but no formal
> tests. 

Consider using wrk [1] to stress-test your endpoint.

1. https://github.com/wg/wrk

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to