update azure pipeline to use sample rate of 1000 for guarded objects

This commit is contained in:
daanx 2024-11-17 23:01:16 -08:00
parent b8dc09e3d2
commit ff56f6acbc

View file

@ -130,7 +130,7 @@ jobs:
workingDirectory: $(BuildType)
displayName: CTest
env:
MIMALLOC_DEBUG_GUARDED_MAX: 1024
MIMALLOC_GUARDED_SAMPLE_RATE: 1000
# - upload: $(Build.SourcesDirectory)/$(BuildType)
# artifact: mimalloc-ubuntu-$(BuildType)