Skip to content

Commit 9f54745

Browse files
committed
ci: disable memory profiling in benchmarks due to variance
1 parent 0f7a7c4 commit 9f54745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
type: [performance, memory]
25+
type: [performance] # , memory] # memory profile disabled due to variance
2626
package: [
2727
uu_base64,
2828
uu_cksum,

0 commit comments

Comments
 (0)