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

Investigate and implement how to compact all perf evergreen tests

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • StorEng - Refinement Pipeline

      Currently we have roughly 1000K lines that run all our perf tests. There all follow a similar format of

        - name: perf-test-long-checkpoint-stress
          tags: ["long-perf"]
          depends_on:
            - name: compile
          commands:
            - func: "fetch artifacts"
            - func: "run-perf-test"
              vars:
                perf-test-name: checkpoint-stress.wtperf
                maxruns: 1
                wtarg: -args ['"-C create,statistics=(fast),statistics_log=(json,wait=1,sources=[file:])"'] -ops ['"update", "checkpoint"']
            - func: "upload stats to atlas"
              vars:
                test-name: checkpoint-stress.wtperf
            - func: "upload stats to evergreen"
              vars:
                test-name: checkpoint-stress.wtperf
      

      This ticket investigations a way to reduce the repetition in the perf evergreen tests.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            jie.chen@mongodb.com Jie Chen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: