Skip to content

Commit

Permalink
Update benchmarks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmesamster committed Sep 1, 2024
1 parent 6a4805e commit d15592c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ jobs:
echo "PR head owner: ${{ env.REPO_OWNER }}"
ruby scripts/tools/run_benchmarks.rb PR~${{ github.event.inputs.pr_id }}
else
fs.appendFileSync(process.env.GITHUB_ENV, `REPO_OWNER='esrlabs'\n`);
fs.appendFileSync(process.env.GITHUB_ENV, `REPO_NAME='chipmunk'\n`);
ruby scripts/tools/run_benchmarks.rb 1
export REPO_OWNER='esrlabs'
export REPO_NAME='chipmunk'
ruby scripts/tools/run_benchmarks.rb 10
fi
- name: List files in the results folder
Expand Down

0 comments on commit d15592c

Please sign in to comment.