about summary refs log tree commit diff
path: root/benchmark/benchmark.py
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-13 20:14:35 +0100
committervanhauser-thc <vh@thc.org>2024-02-13 20:14:35 +0100
commit61ceef64b10cc8da0bba79c3f97ae223d2095fc5 (patch)
tree3d775e7e58e5689f8e939399ca12d5721180835d /benchmark/benchmark.py
parent5404eef7be55c774a04d2f0fe6466d06cbf2cede (diff)
downloadafl++-61ceef64b10cc8da0bba79c3f97ae223d2095fc5.tar.gz
valid comparison.md
Diffstat (limited to 'benchmark/benchmark.py')
-rwxr-xr-xbenchmark/benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py
index 0685cedd..fffb4a3a 100755
--- a/benchmark/benchmark.py
+++ b/benchmark/benchmark.py
@@ -205,7 +205,7 @@ async def save_benchmark_results() -> None:
         single = str(round(results.targets["test-instr-persist-shmem"]["singlecore"].execs_per_sec)).ljust(10)
         multi = str(round(results.targets["test-instr-persist-shmem"]["multicore"].execs_per_sec)).ljust(9)
         cores = str(args.fuzzers).ljust(7)
-        comparisonfile.write(f"{cpu_model} | {cpu_mhz} | {cores} | {single} | {multi} | {aflconfig} |\n")
+        comparisonfile.write(f"|{cpu_model} | {cpu_mhz} | {cores} | {single} | {multi} | {aflconfig} |\n")
         print(blue(f" [*] Results have been written to the COMPARISON.md file."))
     with open("COMPARISON.md", "r") as comparisonfile:
         print(comparisonfile.read())