ci: disable memory profiling in benchmarks due to variance (#10399)

This commit is contained in:
Sylvestre Ledru
2026-01-20 22:32:09 +01:00
committed by GitHub
parent 035671c981
commit 5929dec5ac
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
type: [performance, memory]
type: [performance] # , memory] # memory profile disabled due to variance
package: [
uu_base64,
uu_cksum,