-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new(ci,docs): added heaptrack to our new perf related CI.
Signed-off-by: Federico Di Pierro <[email protected]>
- Loading branch information
Showing
6 changed files
with
125 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Home of Falco Perf Monitoring | ||
|
||
Our CI is capable of continuously benchmarking performance of our userspace code. | ||
Our CI is capable of continuously benchmarking performance of our userspace code, both CPU and memory. | ||
Every PR will have a comment with the perf diff from master for multiple aspects, while on master the flamegraph are pushed to this github pages. | ||
|
||
Navigate to the perf reports on the left, or click these links: | ||
|
||
* [unit tests perf](unit_tests.md) | ||
* [scap file reading perf](scap_file.md) | ||
* [unit tests cpu perf](perf_unit_tests.md) | ||
* [scap file reading cpu perf](perf_scap_file.md) | ||
* [unit tests memory profile](heaptrack_unit_tests.md) | ||
* [scap file reading memory profile](heaptrack_scap_file.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters