As noted in #1357, since benchmarks rely on multiprocessing.queues.Queue.qsize to calculate the remaining time, benchmark script fail with NotImplementedError.
As far as I know, no one uses this functionality on Mac OSX, so I suggest we don't address this issue (using this possible workaround), unless we see new issues or lots of feedback to this issue.
As noted in #1357, since benchmarks rely on
multiprocessing.queues.Queue.qsizeto calculate the remaining time, benchmark script fail withNotImplementedError.As far as I know, no one uses this functionality on Mac OSX, so I suggest we don't address this issue (using this possible workaround), unless we see new issues or lots of feedback to this issue.