-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: added the benchmark tools #59
base: main
Are you sure you want to change the base?
Conversation
.github/workflows/benchmarks.yml
Outdated
with: | ||
toolchain: 0.36.0 | ||
|
||
- name: Install bb | ||
run: | | ||
npm install -g bbup | ||
bbup -nv 0.36.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These need updating.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
completely forgot about this, gonna get done with it now. should I update to 1.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bumped the version to 1.0.0-beta.0
gates_report.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add this to .gitignore
.github/workflows/benchmarks.yml
Outdated
on: | ||
push: | ||
branches: | ||
- master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- master | |
- main |
The default branch is different in this repo.
@TomAFrench so the annoying thing is, that it tries to compare the results with the report on main. however, there's currently no gate-report on main. this will happen each time we add a new |
That's fine, you can just read the gates report json file locally. You won't have the diffs generated automatically but it should be good enough. |
Description
Problem*
Resolves
Summary*
Additional Context
PR Checklist*
cargo fmt
on default settings.