Skip to content

Commit 55358f4

Browse files
authored
benchmarks.yml: reduce benches
1 parent 5338401 commit 55358f4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
CARGO_INCREMENTAL: 0
2626
strategy:
2727
matrix:
28-
type: [simulation, memory]
28+
type: [simulation] # memory is disabled due to <https://github.com/uutils/coreutils/issues/11915>
2929
package: [
3030
uu_base64,
3131
uu_cksum,
@@ -56,8 +56,7 @@ jobs:
5656
uu_factor,
5757
uu_date,
5858
uu_csplit,
59-
uu_true,
60-
uu_false
59+
uu_true
6160
]
6261
steps:
6362
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)