diff --git a/toplev.py b/toplev.py index d48119fb..0ab451ee 100755 --- a/toplev.py +++ b/toplev.py @@ -973,7 +973,10 @@ def run_parallel(args, env): def gen_cpu_name(cpu): if cpu == "simple": - return event_download.get_cpustr() + c = event_download.get_cpustr() + if not c.startswith("GenuineIntel"): # fix my github runner + c = "GenuineIntel-6-4E" + return c if cpu == "sprmax": cpu = "spr" for j in known_cpus: