-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Panic with NoLookup duration histograms... #30
Comments
And the panic message:
|
Eh, posted things here in case anyone's interested, too: https://github.com/sean-/bench-go-histograms |
will take a look, thanks for opening the issue |
Released v0.4.0 which includes some additional optimizations and lint fixes (not sure why this wasn't released earlier). So, with v0.4.0, I see:
If I run benchmarks in this repo I see:
|
I spent a hot minute today re-looking at this, and I don't know what to make of this. I can't reproduce this when I use and Under the hood, it's calling https://github.com/jaswdr/faker/blob/master/faker.go#L159-L174
|
It looks like this was an issue in jaswdr/faker#167. I'm not sure it's completely fixed, however, because every ~100 runs or so I get the following panic, which isn't in this library's stack anymore. Thank you!
|
Howdy. This is a pretty simple to reproduce issue. I don't have time to diagnose the cause, but wanted to pass this along for awareness (I got the answer I was looking for 😉 ):
repro_test.go
:The text was updated successfully, but these errors were encountered: