Neven Miculinic
Neven Miculinic
I want to set it. That is for example: ``` cast.ToReflectValues("10s", x) ``` would set the x to duration 10s if x is of type duration
> What's your use case for knowing if it's focused? Actually none...I just thought it'd be nice for completeness.
> While the report don't expose IsInOrderedContainer() yet you can guarantee that lifecycle is only called in an Ordered context by adding a BeforeAll() to lifecycle: Can I have multiple...
btw, speaking of Ordered...I'm assuming if context is ordered, everything in the block is executed in sequence. ``` /* INVALID */ Context("this is ordered", Ordered, func() { BeforeAll(func() { ......
My use-case is two-fold: * One is having a pretty big setup, which I want to do assertions on. Think: ```go var _ = Describe("aa", Ordered, func () { BeforeAll(func(){...
Awesome @onsi ! :)
Sure; one question....where/does pprof save timestamp/offset of each event collected? I read a bit about it and couldn't find an obvious place where it's saved.
What about standard golang https://golang.org/pkg/net/http/pprof/ ? We should add numeric label there too, (( something like offset_ns probably ))
101Hz is more than enough for the sample rate. Duration of 30-120s seconds is ample to see patterns in this use-case. Thus we're talking about max 12 000/CPU data points,...
https://groups.google.com/forum/#!topic/golang-nuts/GZ-v4XqAFkw I've opened a discussion on golang-nuts. If there's anything more please let me know.