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

Commits on Jul 9, 2024

  1. 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.
    tombruijn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    081ce89 View commit details
    Browse the repository at this point in the history
  2. 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]
    tombruijn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    99f0cad View commit details
    Browse the repository at this point in the history
  3. 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.
    tombruijn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    84ab389 View commit details
    Browse the repository at this point in the history