Current section

Files

Jump to
incendium CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
<!-- %% CHANGELOG_ENTRIES %% -->
### 0.4.0 - 2023-07-05 08:15:39
Remove support for interactive usage in Phoenix applications.
There are better tools to get flamegraphs from the LiveDashboard
of a Phoenix applications such as [FlameOn](https://hexdocs.pm/flame_on/readme.html).
This release fixes a bug in the flamegraph display.
Previously, the flamegraph width was scaled according to the runtime
when tracing is on instead of the runtime when tracing is off.
This would give a very misleading idea of the impact of some changes,
as profiling tends to exagerate performance differences, especially
when one of the version calls a large number of functions.
The benchmark HTML file now shows the relative median runtime increases
when compared to the fastest scenario.
### 0.2.0 - 2021-07-05 00:00:02
First public version.