mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
experiments/cpu_pstates.py: Remove p-core boost testing hack
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
edb32c48a2
commit
99e38d24d0
1 changed files with 3 additions and 3 deletions
|
@ -140,9 +140,9 @@ time.sleep(0.5)
|
|||
|
||||
print("== Final CPU frequencies ==")
|
||||
|
||||
elapsed = p.smp_call(7, util.bench, 80000000)
|
||||
#elapsed = p.smp_call(7, util.bench, 80000000)
|
||||
|
||||
for cpu in range(7):
|
||||
for cpu in range(8):
|
||||
print(f"CPU {cpu}: {bench_cpu(cpu):.2f} MHz")
|
||||
|
||||
elapsed = p.smp_wait(7)
|
||||
#elapsed = p.smp_wait(7)
|
||||
|
|
Loading…
Reference in a new issue