diff --git a/perf/powerhint-husky.json b/perf/powerhint-husky.json index c3affb5..2cd0c42 100644 --- a/perf/powerhint-husky.json +++ b/perf/powerhint-husky.json @@ -96,10 +96,11 @@ "Name": "CPULittleClusterDownRateLimitUs", "Path": "/sys/devices/system/cpu/cpu0/cpufreq/sched_pixel/down_rate_limit_us", "Values": [ - "500", + "5000", "2000", - "5000" + "500" ], + "DefaultIndex": 0, "ResetOnInit": true }, { @@ -138,10 +139,11 @@ "Name": "CPUMidClusterDownRateLimitUs", "Path": "/sys/devices/system/cpu/cpu4/cpufreq/sched_pixel/down_rate_limit_us", "Values": [ - "500", + "20000", "2000", - "20000" + "500" ], + "DefaultIndex": 0, "ResetOnInit": true }, { @@ -182,10 +184,11 @@ "Name": "CPUBigClusterDownRateLimitUs", "Path": "/sys/devices/system/cpu/cpu8/cpufreq/sched_pixel/down_rate_limit_us", "Values": [ - "500", + "20000", "2000", - "20000" + "500" ], + "DefaultIndex": 0, "ResetOnInit": true }, { diff --git a/perf/powerhint-shiba.json b/perf/powerhint-shiba.json index 8cd3cb9..b7021ff 100644 --- a/perf/powerhint-shiba.json +++ b/perf/powerhint-shiba.json @@ -96,10 +96,11 @@ "Name": "CPULittleClusterDownRateLimitUs", "Path": "/sys/devices/system/cpu/cpu0/cpufreq/sched_pixel/down_rate_limit_us", "Values": [ - "500", + "5000", "2000", - "5000" + "500" ], + "DefaultIndex": 0, "ResetOnInit": true }, { @@ -134,10 +135,11 @@ "Name": "CPUMidClusterDownRateLimitUs", "Path": "/sys/devices/system/cpu/cpu4/cpufreq/sched_pixel/down_rate_limit_us", "Values": [ - "500", + "20000", "2000", - "20000" + "500" ], + "DefaultIndex": 0, "ResetOnInit": true }, { @@ -172,10 +174,11 @@ "Name": "CPUBigClusterDownRateLimitUs", "Path": "/sys/devices/system/cpu/cpu8/cpufreq/sched_pixel/down_rate_limit_us", "Values": [ - "500", + "20000", "2000", - "20000" + "500" ], + "DefaultIndex": 0, "ResetOnInit": true }, {