-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fail to run all benchmarks #253
Comments
Do you mind turning on |
Sry for my late reply. I ran again by
|
Sorry for the late response! Could you try out |
I am getting similar output. I think there are a couple of problems: There is a problem building
The other problem is invalid OpCode errors for all the benchmarks, except snailtracer
|
Easier way to reproduce is by running
On this bytecode of
|
The invalid OpCode is resolved by pinning the solc version when running the bench:
|
I ran
|
I was just wondering whether it is possible to help to address the build issue.
Environment:
Ubuntu20.04
X86
Rust: x86_64-unknown-linux-gnu
rustc v1.70.0
Here are my build commands
Although all benchmarks are built successfully, none of the eight runners can evaluate any benchmark. Here is the output I obtained.
The text was updated successfully, but these errors were encountered: