[K/N][perf] Adopt benchmarks plugins and tools to support both macosX64 and macosArm64
This commit is contained in:
@@ -45,7 +45,7 @@ def getHostName() {
|
||||
if (target == 'Linux') return 'linux'
|
||||
if (target.startsWith('Windows')) return 'windows'
|
||||
if (target.startsWith('Mac'))
|
||||
if (System.getProperty("os.name") == "aarch64")
|
||||
if (System.getProperty("os.arch") == "aarch64")
|
||||
return 'macosArm64'
|
||||
else
|
||||
return 'macosX64'
|
||||
|
||||
Reference in New Issue
Block a user