Skip to content

Commit e090cc0

Browse files
fix memory limit
1 parent 0c4683b commit e090cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "duration=$SECONDS" >> $GITHUB_ENV
6161
sed '/^{/,/^}/!d' perf-test-results-with-summaries.txt > perf-test-results.json
6262
env:
63-
GOMEMLIMIT: 76808MiB
63+
GOMEMLIMIT: 7680MiB
6464
- name: Upload test results
6565
uses: actions/upload-artifact@v3
6666
with:

0 commit comments

Comments
 (0)