Skip to content

Commit

Permalink
Merge pull request #549 from candy-lang/dependabot/github_actions/dep…
Browse files Browse the repository at this point in the history
…endabot/fetch-metadata-1.6.0

Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0
  • Loading branch information
jwbot authored Jun 28, 2023
2 parents 46c7f93 + ea0e622 commit 66abdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: dependabot/fetch-metadata@v1.5.1
- uses: dependabot/fetch-metadata@v1.6.0
id: dependabot-metadata
- name: Approve patch and minor updates
if: steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'
Expand Down

1 comment on commit 66abdcd

@jwbot
Copy link
Collaborator Author

@jwbot jwbot commented on 66abdcd Jun 28, 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: 66abdcd Previous: 46c7f93 Ratio
Time: Compiler/hello_world 18624513 ns/iter (± 627869) 17434285 ns/iter (± 250549) 1.07
Time: Compiler/fibonacci 173340521 ns/iter (± 1474945) 168619713 ns/iter (± 622696) 1.03
Time: VM Runtime/hello_world 63900 ns/iter (± 2955) 61399 ns/iter (± 2632) 1.04
Time: VM Runtime/fibonacci/15 938483730 ns/iter (± 3446999) 947194130 ns/iter (± 3926490) 0.99
Time: VM Runtime/PLB/binarytrees/6 4523504944 ns/iter (± 16018316) 4554343118 ns/iter (± 12157124) 0.99

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

Please sign in to comment.