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

Allow to run compiled benchmarks #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MasterEnoc
Copy link

@MasterEnoc MasterEnoc commented Jun 18, 2022

Currently there is no way to run benchmarks without Cargo, which is awful since there is no way to benchmark binaries for projects that do not use Cargo This new flag allows to run and bench compiled binaries (linked to the criterion crate).

P.S. With "compiled binaries" I mean criterion benchmarks compiled using rustc and linked with the criterion crate.

This new flag allows to run, within Criterion, binaries
compiled previously by cargo or rustc.
@MasterEnoc MasterEnoc changed the title Add "--precompiled-bins" flags. Allow to run compiled benchmarks Jun 18, 2022
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