Skip to content

Commit

Permalink
Benchmark cleanup (#7102)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Oct 14, 2024
1 parent 5ce5010 commit 49bcc32
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
pull_request:
branches: [master, 11.0_release]

permissions:
# allow posting comments to pull request
pull-requests: write

concurrency:
group: ci-${{ github.ref }}-1
# Cancel previous builds for pull requests only.
Expand Down Expand Up @@ -346,10 +342,9 @@ jobs:
output-file-path: tests/benchmark-output.json
external-data-json-path: ./tests/benchmark-cache/benchmark-data.json
github-token: ${{ secrets.GITHUB_TOKEN }}
alert-threshold: "150%"
alert-threshold: "120%"
comment-always: true
comment-on-alert: true
summary-always: true

- name: Build playground compiler
if: matrix.build_playground
Expand Down

1 comment on commit 49bcc32

@github-actions
Copy link

Choose a reason for hiding this comment

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

Syntax Benchmarks

Benchmark suite Current: 49bcc32 Previous: e1b7fb7 Ratio
Parse RedBlackTree.res - time/run 1.2403742533333333 ms 1.2123143266666667 ms 1.02
Parse RedBlackTree.res - allocs/run 199057 words 199057 words 1
Print RedBlackTree.res - time/run 2.3460548066666664 ms 2.3104395133333333 ms 1.02
Print RedBlackTree.res - allocs/run 236403 words 236403 words 1
Print RedBlackTreeNoComments.res - time/run 2.1396925933333333 ms 2.10057036 ms 1.02
Print RedBlackTreeNoComments.res - allocs/run 249186 words 249186 words 1
Parse Napkinscript.res - time/run 39.98480383333333 ms 39.28006235333333 ms 1.02
Parse Napkinscript.res - allocs/run 8670066 words 8670066 words 1
Print Napkinscript.res - time/run 73.09562764666667 ms 77.00100409999999 ms 0.95
Print Napkinscript.res - allocs/run 9776327 words 9776327 words 1
Parse HeroGraphic.res - time/run 5.233851326666667 ms 5.13472718 ms 1.02
Parse HeroGraphic.res - allocs/run 1219326 words 1219326 words 1
Print HeroGraphic.res - time/run 8.668465026666667 ms 8.775952553333333 ms 0.99
Print HeroGraphic.res - allocs/run 1396466 words 1396466 words 1

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

Please sign in to comment.