aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-performance.xml
blob: 7abef133bffff5d72ac448999539d3592f01f7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>

<!--
  Copyright (c) 2018-2019, Arm Limited. All rights reserved.

  SPDX-License-Identifier: BSD-3-Clause
-->

<testsuites>

  <testsuite name="Performance tests" description="Measure some performance">
    <testcase name="PSCI_VERSION latency" function="smc_psci_version_latency" />
    <testcase name="Standard Service Call UID latency" function="smc_std_svc_call_uid_latency" />
    <testcase name="SMCCC_ARCH_WORKAROUND_1 latency" function="smc_arch_workaround_1" />
    <testcase name="Test cluster power up latency" function="psci_trigger_peer_cluster_cache_coh" />
  </testsuite>

</testsuites>