experiments/cpu_pstates.py: Remove p-core boost testing hack

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-09-19 02:28:49 +09:00
parent edb32c48a2
commit 99e38d24d0

View file

@ -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)