diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 9c8c180bf45..0c787e7adec 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -25,7 +25,7 @@ jobs: CARGO_INCREMENTAL: 0 strategy: matrix: - type: [simulation, memory] + type: [simulation] # memory is disabled due to package: [ uu_base64, uu_cksum, @@ -56,8 +56,7 @@ jobs: uu_factor, uu_date, uu_csplit, - uu_true, - uu_false + uu_true ] steps: - uses: actions/checkout@v6