Skip to content
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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Conversation

kashbrti
Copy link
Contributor

@kashbrti kashbrti commented Nov 28, 2024

Description

Problem*

Resolves

Summary*

Additional Context

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

Comment on lines 19 to 25
with:
toolchain: 0.36.0

- name: Install bb
run: |
npm install -g bbup
bbup -nv 0.36.0
Copy link
Member

Choose a reason for hiding this comment

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

These need updating.

Copy link
Contributor Author

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?

Copy link
Contributor Author

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

Copy link
Member

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

on:
push:
branches:
- master
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- master
- main

The default branch is different in this repo.

@kashbrti
Copy link
Contributor Author

@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 #[export] function I believe.

@TomAFrench
Copy link
Member

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.

@TomAFrench TomAFrench changed the title feat: added the benchmark tools chore: added the benchmark tools Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants