mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
ci: disable memory profiling in benchmarks due to variance (#10399)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user