SPEC-like benchmarks in Rust?

Hey all,

My guess is that, mainly thanks to zero-cost abstractions and the ownership system, Rust-written applications will demonstrate different (better?) behavior upon execution---compared to C applications, for example. So is there any benchmark suite out there that aims to investigate this? I was thinking about something similar to the SPEC benchmarks.

I am aware of toy cases like CLBG, but the applications included there are not representative of real-world systems as far as I know.

Thanks a lot,
X

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.