bsaffel / benchmarker

macro trainer | build optimizer | practice tool
10 stars 0 forks source link

The 2x was incorrectly applied to an upgrade instead of extractors #264

Closed bsaffel closed 9 years ago

bsaffel commented 10 years ago

In the SS below you can see that it should have been applied to the extractors, but was instead applied to an upgrade completed at almost exactly the same time. My suspicion is a concurrency issue. This may mean needing to pass around more cursors in functions and actions rather than using global variables.

screenshot2014-07-31 19_38_10

bsaffel commented 9 years ago

This should also have been fixed by the latest build order refactoring.