Skip to content

Commit

Permalink
Use git diff --quiet i/o --exit-code
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Oct 12, 2023
1 parent ee1ca98 commit 41baac0
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 @@ -116,7 +116,7 @@ jobs:
if: github.event_name == 'pull_request'
continue-on-error: true
working-directory: golden-irs/
run: git diff --exit-code ${{ github.event.pull_request.base.sha }}_ ${{ github.sha }}_
run: git diff --quiet ${{ github.event.pull_request.base.sha }}_ ${{ github.sha }}_
- name: Shorten commit SHAs
id: short-shas
if: steps.diff.outcome == 'failure'
Expand Down

1 comment on commit 41baac0

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on 41baac0 Oct 12, 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: 41baac0 Previous: b06ebcb Ratio
Time: Compiler/hello_world 17890481 ns/iter (± 357815) 20444476 ns/iter (± 441189) 0.88
Time: Compiler/fibonacci 163720745 ns/iter (± 978029) 174574967 ns/iter (± 1835875) 0.94
Time: VM Runtime/hello_world 51102 ns/iter (± 9137) 50400 ns/iter (± 7259) 1.01
Time: VM Runtime/fibonacci/15 244045352 ns/iter (± 277614) 284464733 ns/iter (± 682805) 0.86
Time: VM Runtime/PLB/binarytrees/6 1120469214 ns/iter (± 7680474) 1310489836 ns/iter (± 3443149) 0.86

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

Please sign in to comment.