Brandt Bucher <[email protected]> added the comment:
> I collected a few different sets of statistics: static stats for the stdlib > and for mypy, dynamic stats for running mypy and a few of the benchmarks in > pyperformance. I'm sure you've considered this, but I'd be *very* careful using opcode stats from the official benchmarks to inform work on these improvements. It's probably better to stick to in-sample data from the stdlib / mypy / etc. and use the benchmarks *only* for measuring out-of-sample results. Otherwise we may just end up hacking the benchmark suite. :) ---------- nosy: +brandtbucher _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43684> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
