Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S scmi-tests
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Admin message

The Gitlab will upgrade to latest version for security in the Oct 7th (9:00 ~ 12:00 UTC+8), during the time, the Gitlab site will be offline.

  • Tests
  • scmi-tests
  • Merge requests
  • !25

perf/test_d007: Update logic for intermediate level

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Nicola Mazzucato requested to merge nm/perf_test_007 into master Sep 17, 2021
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Test 007 iterates over the performance levels discovered to find min, max and intermediate. The intermediate level is chosen to be the second one found. In domains where there are only 2 levels the intermediate level is in fact the max. In further tests, the intermediate level is chosen to replace the max, while effectively the value used is the max, thus nullifying the test case.

This patch adds an extra check to pick the minimum level as intermediate when a performance domain exposes only two levels.

Signed-off-by: Nicola Mazzucato nicola.mazzucato@arm.com Change-Id: If952eaf6a64168c00a7ba7ef75c5a3adf6aee0ef

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: nm/perf_test_007