Skip to content

0.8.1

Compare
Choose a tag to compare
@aarant aarant released this 13 Mar 07:02

Bugfixes

  • Fixed #5 by calling the GUI's update() method in between benchmarking modes--this should at least stop the GUI from hanging.
  • Fixed #6 by changing how worker processes are joined; previously they were joined sequentially. Now, they are joined by using multiprocessing.active_children().