Skip to content

Commit

Permalink
Merge pull request #767 from candy-lang/dependabot/github_actions/pet…
Browse files Browse the repository at this point in the history
…er-evans/create-or-update-comment-3.1.0

Bump peter-evans/create-or-update-comment from 3.0.2 to 3.1.0
  • Loading branch information
jwbot authored Oct 20, 2023
2 parents 2faa6b8 + 932ba71 commit b263ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
head_sha=${{ github.sha }}
echo "head_sha=${head_sha::7}" >> "$GITHUB_OUTPUT"
- if: steps.diff.outcome == 'failure'
uses: peter-evans/create-or-update-comment@v3.0.2
uses: peter-evans/create-or-update-comment@v3.1.0
with:
issue-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.GOLDEN_IR_COMMENT_TOKEN }}
Expand Down

1 comment on commit b263ef0

@jwbot
Copy link
Collaborator Author

@jwbot jwbot commented on b263ef0 Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compiler

Benchmark suite Current: b263ef0 Previous: 2faa6b8 Ratio
Time: Compiler/hello_world 22209327 ns/iter (± 370623) 18241624 ns/iter (± 1033799) 1.22
Time: Compiler/fibonacci 200006062 ns/iter (± 1926687) 171319317 ns/iter (± 1799454) 1.17
Time: VM Runtime/hello_world 53703 ns/iter (± 46523) 53100 ns/iter (± 8395) 1.01
Time: VM Runtime/fibonacci/15 329133367 ns/iter (± 5402513) 261346103 ns/iter (± 827683) 1.26
Time: VM Runtime/PLB/binarytrees/6 1508193758 ns/iter (± 11247683) 1208484383 ns/iter (± 3525861) 1.25

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.