Jeff Hardy
Jeff Hardy
One option would be to have an easy way to inject a KeyboardInterrupt (i.e. Ctrl-C) into a running script. I have a funny feeling there's already a way to do...
Hmm, I'll see if I have it my system somewhere.
It depends on whether it's an issue in how IronPython uses the DLR, or if the DLR implementation changed. To be honest, I'm not entirely clear on the relationship between...
It doesn't work on Windows completely, either. I believe IronPython 2.7.4 will have the necessary capabilities, but ipython itself will need some patches. I'm definitely keeping an eye on it...
Here's what the output looks like with `--benchmark-columns=Min,Median,P99.9,Max,Ops`: ``` ================================================= test session starts ================================================== platform darwin -- Python 3.6.3, pytest-3.2.3, py-1.4.34, pluggy-0.4.0 benchmark: 3.1.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0...
Storing the percentiles was one part I wasn't sure about. Perhaps a new `--benchmark-save-columns` option for those that don't want to/can't store all data?
*Possibly* p99.999. I've never seen anything else used around here, anyway. Seems like that's enough to start with and see if anyone requests others. On Thu, Feb 8, 2018 at...
I'm actually (finally) circling back on this in the next week or two. I'm fine with always doing p90/95/99/99.9/99.99 to start with and then seeing if anyone wants anything else....
Yes, and when I get back from vacation next week I'll see when I can fit it into my schedule. On Thu, Jan 3, 2019 at 10:42 AM Ionel Cristian...
Yikes. I haven't had a chance to look at this for a while, and probably won't for a while longer (I'm no longer working on that project). Feel free to...