Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-67057

create scons cache mertics

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Dev Platform 2022-07-25

      The cache will be tested in separate build steps, first filling an empty cache to record the time a build takes when pushing the task, and then performing a build with 100% hit. The size of the full cache will also be recorded.

      Json Format:
      
      {
       cache_metrics:{
          cache_artifacts:{[
              array_index: <int>(3),
              name: <str>(3),
              size: <long>(3)
          ]}
          push_time: <long>(1),
          pull_time: <long>(1),
          cache_size: <long>(1)
      }
      

            Assignee:
            richard.samuels@mongodb.com Richard Samuels (Inactive)
            Reporter:
            daniel.moody@mongodb.com Daniel Moody
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: