create scons cache mertics

XMLWordPrintableJSON

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

      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 (Inactive)
            Reporter:
            Daniel Moody
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: