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

configure.ac: Add option to configure script for benchmarks. #206

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

Conversation

fvalasiad
Copy link
Collaborator

As discussed in #205, this commit makes it so
that building the benchmark directory is optional
and disabled by default. I'd argue opt-in is superior in our case since benchmarks are only relevant to the developers of this project.

This allows us to add a as many dependencies to benchmark as we possibly want or need, without minding the extra dependencies that we add to the project.

We still have to face the fact that different benchmark targets have different dependencies and perhaps we'd want to provide options for each separate benchmark but I find this too complicated.

As discussed in eellak#205, this commit makes it so
that building the benchmark directory is optional
and disabled by default. I'd argue opt-in is superior
in our case since benchmarks are only relevant to the
developers of this project.

This allows us to add a as many dependencies to benchmark
as we possibly want or need, without minding the extra
dependencies that we add to the project.

We still have to face the fact that different benchmark
targets have different dependencies and perhaps we'd want
to provide options for each separate benchmark but I find
this too complicated.

Signed-off-by: Fotios Valasiadis <[email protected]>
@fvalasiad fvalasiad requested a review from zvr August 30, 2023 05:45
@fvalasiad
Copy link
Collaborator Author

Also worth noting, perhaps we'd want to add some doc about how to run benchmarks in the future.

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.

1 participant