Improve CPU ABI naming in the benchmark #8631
Labels
infrastructure/benchmark
Relating to benchmarking infrastructure
infrastructure
Relating to build systems, CI, or testing
Currently we have
__get_arm_cpu_arch_revision
in the benchmark tool to derive the subversion of ARM processor, such asARMv8.2-A
. Our method to derive it is not complete, and we might just want to haveARMv8-A
. However, there are also ARMv9 processors reportingARMv8-A
as CPU ABI, and we still want to differentiate them.Changing the naming will also invalid the existing records in perf dashboard, we need a backfill to fix them.
The text was updated successfully, but these errors were encountered: