Squiblydoo / debloat

A GUI and CLI tool for removing bloat from executables
BSD 3-Clause "New" or "Revised" License
301 stars 25 forks source link

Reverted compression check change #41

Closed Squiblydoo closed 3 weeks ago

Squiblydoo commented 3 weeks ago

Reverted compression check and learned some lessons along the way. The sample_compression check was changed during some previous testing, but it allowed a critical test tactic to take 22seconds to fail instead of the failing fast of 2seconds or so.

This taught me the need to either: 1) Not merge changes before coffee or 2) Put in more automated tests, databases, etc to tract statistics instead of eye-balling it.

2 is more likely.