Skip to content

Commit

Permalink
Merge pull request #2030 from Kobzol/jemalloc-profiler
Browse files Browse the repository at this point in the history
Change what we check in CI profiling test
  • Loading branch information
Kobzol authored Jan 8, 2025
2 parents 2d53054 + 8e4d255 commit c6c361b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/check-profiling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ test -f results/cgout-Test-helloworld-Check-Full
grep -q "events: Ir" results/cgout-Test-helloworld-Check-Full
test -f results/cgann-Test-helloworld-Check-Full
grep -q "PROGRAM TOTALS" results/cgann-Test-helloworld-Check-Full
# Ensure the jemalloc file/function aggregation is working.
grep -q "<all-jemalloc-files>:<all-jemalloc-functions>" results/cgann-Test-helloworld-Check-Full
# Ensure that we also profile the memory allocator
grep -q "malloc" results/cgann-Test-helloworld-Check-Full

# Callgrind.
RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=debug \
Expand Down

0 comments on commit c6c361b

Please sign in to comment.