Skip to content

Commit

Permalink
Merge pull request #839 from candy-lang/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub/codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
jwbot authored Jan 6, 2024
2 parents d3b78c1 + 03aaac0 commit 7fd872f
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 @@ -202,7 +202,7 @@ jobs:
--output-file eslint-results.sarif
continue-on-error: true

- uses: github/codeql-action/upload-sarif@v2
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: vscode_extension/eslint-results.sarif
wait-for-processing: true

1 comment on commit 7fd872f

@jwbot
Copy link
Collaborator Author

@jwbot jwbot commented on 7fd872f Jan 6, 2024

Choose a reason for hiding this comment

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

Compiler

Benchmark suite Current: 7fd872f Previous: d3b78c1 Ratio
Time: Compiler/hello_world 18085581 ns/iter (± 662957) 18788264 ns/iter (± 508612) 0.96
Time: Compiler/fibonacci 138518782 ns/iter (± 1365337) 142511944 ns/iter (± 1152246) 0.97
Time: VM Runtime/hello_world 31418 ns/iter (± 38705) 34309 ns/iter (± 3642) 0.92

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

Please sign in to comment.