jonhoo / inferno

A Rust port of FlameGraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve test coverage for codebase

jonhoo opened this issue · comments

The code coverage of our tests is good, but not as good as we'd like it to be. In particular, I see some obvious candidates for new tests.

In perf stack collapsing (see coverage report):

In DTrace stack collapsing (see coverage report):

Stack collapsing in general:

In flamegraph (see coverage report):

It'd also be really cool if someone fuzzed inferno to see that we don't have any truly silly crashes!