Current section

Files

Jump to
incendium CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
<!-- %% CHANGELOG_ENTRIES %% -->
### 0.5.0 - 2024-05-11 10:55:28
The user can now specify the directory where the HTML files will be saved.
Incendium used to fail if the user tried to profile memory.
After a simple fix, it doesn't fail anymore.
Memory usage is reported in the console output, but not in the HTML report page yet.
Dependencies have now been streamlined.
Added some simple end-to-end tests.
### 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.