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

Add multibench support to all-in-one json #402

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Commits on Sep 18, 2023

  1. Add multibench support to all-in-one json

    Add benchmarks block to identify bench ids. The blockbreaker
    utility extracts the benchmark from the runfile and processes
    multibench config.
    
    The mv-params for multibench is extracted from the 'benchmarks'
    block. To keep backwards compatibility with the single bench mode,
    it is still possible to define the mv-params block from the top
    level of the JSON file.
    
    For both single bench and multibench on the new schema, use
    blockbreaker w/ --config mv-params and --benchmark <benchmark name>.
    For single bench on the old schema, use --config mv-params and
    --index <index number>.
    
    This requires additional changes on the crucible code to fully
    support 'benchmarks' block from the json runfile, and then
    support it from the crucible cli.
    rafaelfolco committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f7ed5f0 View commit details
    Browse the repository at this point in the history