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

Cast SEP benchmark value to int to prevent python perf checker from erroring.

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0, 8.0.0-rc4, 8.0.0-rc5
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Service Arch
    • Fully Compatible
    • v8.0
    • Service Arch 2024-04-15, Service Arch 2024-04-29
    • 14

      This counter in the SEP benchmark takes on a double value since instructions is cast to double. This causes problems in the later perf checker since it's expecting an int value. The solution would be to cast to int or floor the mean value.

            Assignee:
            blake.oler@mongodb.com Blake Oler
            Reporter:
            blake.oler@mongodb.com Blake Oler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: