Skip to content

Commit c6c361b

Browse files
authored
Merge pull request #2030 from Kobzol/jemalloc-profiler
Change what we check in CI profiling test
2 parents 2d53054 + 8e4d255 commit c6c361b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/check-profiling.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ test -f results/cgout-Test-helloworld-Check-Full
5555
grep -q "events: Ir" results/cgout-Test-helloworld-Check-Full
5656
test -f results/cgann-Test-helloworld-Check-Full
5757
grep -q "PROGRAM TOTALS" results/cgann-Test-helloworld-Check-Full
58-
# Ensure the jemalloc file/function aggregation is working.
59-
grep -q "<all-jemalloc-files>:<all-jemalloc-functions>" results/cgann-Test-helloworld-Check-Full
58+
# Ensure that we also profile the memory allocator
59+
grep -q "malloc" results/cgann-Test-helloworld-Check-Full
6060

6161
# Callgrind.
6262
RUST_BACKTRACE=1 RUST_LOG=raw_cargo_messages=trace,collector=debug,rust_sysroot=debug \

0 commit comments

Comments
 (0)