Skip to content

Commit

Permalink
fix memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneLazzaris committed Dec 21, 2023
1 parent 0c4683b commit e090cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "duration=$SECONDS" >> $GITHUB_ENV
sed '/^{/,/^}/!d' perf-test-results-with-summaries.txt > perf-test-results.json
env:
GOMEMLIMIT: 76808MiB
GOMEMLIMIT: 7680MiB
- name: Upload test results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e090cc0

Please sign in to comment.