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

remove 'checked' bytecode bench causing benchmarks to crash due to conflict #1461

Merged
merged 1 commit into from
May 28, 2024

Conversation

vandenbogart
Copy link
Contributor

When trying to run the benchmarks it crashes due to a benchmarking group name conflict.
This is because of a recent change to the Bytecode struct which removed the "Checked" type. The bench_transact function in bench.rs uses the group id 'transact/raw' for both benchmark steps. I removed the 'checked' bytecode benchmark which causes the conflict.

@vandenbogart vandenbogart changed the title remove 'checked' bytecode bench causing benchmarks to crash due to name remove 'checked' bytecode bench causing benchmarks to crash due to conflict May 28, 2024
@rakita rakita merged commit ba02202 into bluealloy:main May 28, 2024
25 checks passed
This was referenced Jun 6, 2024
This was referenced Jun 17, 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