Skip to content

1.1.0

Compare
Choose a tag to compare
@Ocramius Ocramius released this 21 Mar 20:01
1.1.0
1f63ebd

Build Status

This release makes usage of the tool much easier, since no phpunit.xml
additions are needed anymore: just run vendor/bin/roave-no-leaks.

Also, this version attempts to mitigate scenarios where negative memory
usage base profiles are collected, which was previously crashing the
entire execution.

Base profiles are necessary, but negative memory deltas can appear when
the PHP engine compacts memory for arrays, and those can't be controlled,
hence we now simply filter out those data points.

Total issues resolved: 7