Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-8358

Pass ops and args fields to wtperf via command line

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.1, 5.2.0, 5.0.5
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 2
    • Storage - Ra 2021-11-15

      Currently arguments and operations fields are passed into the performance testing framework via a json arg_file containing:

       

      [{
      
        "arguments": ["-C log=(enabled,file_max=1M),session_max=256", "-o threads=((count=128,updates=1))"], 
        "operations": ["update"] 
      }] 

      but this creates a lot of unnecessary files and is not the intended use of arg_files, which are meant to contain multiple configurations for a single test run.

      Instead we can pass these fields in via the command line.

       

      Definition of Done:
      operations and arguments fields can be passed in via the command line rather than via an external .json file
       

            Assignee:
            andrew.morton@mongodb.com Andrew Morton
            Reporter:
            andrew.morton@mongodb.com Andrew Morton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: