Skip to content

Commit

Permalink
chore(deps): bump actions/github-script from 6 to 7 (#884)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 9b4af90 commit 1b3f36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
id: check-regression
run: echo "regress_count=$(grep -c 'Regressed' ${{ github.sha }}.json)" | tee -a $GITHUB_OUTPUT
# Fail job if regression found
- uses: actions/github-script@v6
- uses: actions/github-script@v7
if: ${{ steps.check-regression.outputs.regress_count > 0 }}
with:
script: |
Expand Down

1 comment on commit 1b3f36a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Benchmarks

Table of Contents

Overview

This benchmark report shows the Fibonacci GPU benchmark.
NVIDIA L4
Intel(R) Xeon(R) CPU @ 2.20GHz
125.78 GB RAM

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=5c022b137fec92a23f85166dc6d9dd956583e741 fib-ref=1b3f36a169a82862e6607cdf182963734472ef57
num-100 4.79 s (✅ 1.00x) 4.83 s (✅ 1.01x slower)
num-200 11.80 s (✅ 1.00x) 10.87 s (✅ 1.09x faster)

LEM Fibonacci Prove - rc = 600

fib-ref=5c022b137fec92a23f85166dc6d9dd956583e741 fib-ref=1b3f36a169a82862e6607cdf182963734472ef57
num-100 3.99 s (✅ 1.00x) 3.99 s (✅ 1.00x slower)
num-200 9.08 s (✅ 1.00x) 9.09 s (✅ 1.00x slower)

Made with criterion-table

Please sign in to comment.