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

Update benchmark task #1173

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Update benchmark task #1173

merged 3 commits into from
Jul 9, 2024

Conversation

tombruijn
Copy link
Member

Load local Ruby gem in benchmark task

The benchmark task should load the project's Ruby gem, not whatever version is installed on the system.

Add the project path to the LOAD_PATH so it uses the local project.

Include benchmark Rake task in RuboCop rules

Don't exclude it, but include it in the files checked by RuboCop. Fix the issues that were reported.

[skip changeset]

Set transaction action name in benchmark script

The benchmark is not complete without setting the minimal required transaction data. Without this all samples are discarded in this benchmark.

[skip review]

The benchmark task should load the project's Ruby gem, not whatever
version is installed on the system.

Add the project path to the LOAD_PATH so it uses the local project.
Don't exclude it, but include it in the files checked by RuboCop.
Fix the issues that were reported.

[skip changeset]
The benchmark is not complete without setting the minimal required
transaction data. Without this all samples are discarded in this
benchmark.
@tombruijn tombruijn added the chore label Jul 9, 2024
@tombruijn tombruijn self-assigned this Jul 9, 2024
@tombruijn tombruijn merged commit 9f6ed72 into main Jul 9, 2024
117 checks passed
@tombruijn tombruijn deleted the benchmark-task branch July 9, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant