diff options
author | vanhauser-thc <vh@thc.org> | 2023-12-05 19:07:56 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-12-05 19:07:56 +0100 |
commit | 5b655e0d59973099c8ecaea6f105d62c24fddafd (patch) | |
tree | 002289d8e6195ab63eb61278576d010dc7186f8e | |
parent | 548220432742ec16dd806c014e73c6ad096350f8 (diff) | |
download | afl++-5b655e0d59973099c8ecaea6f105d62c24fddafd.tar.gz |
fix
-rw-r--r-- | benchmark/COMPARISON.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmark/COMPARISON.md b/benchmark/COMPARISON.md new file mode 100644 index 00000000..49c107a2 --- /dev/null +++ b/benchmark/COMPARISON.md @@ -0,0 +1,9 @@ +CPU | MHz | threads | singlecore | multicore | afl-*-config | +====================================================|=======|=========|============|===========|==============| +Raspberry Pi 5 | 2400 | 4 | 25786 | 101114 | both | +AMD EPYC 7282 16-Core Processor | 3194 | 32 | 87199 | 769001 | both | +AMD Ryzen 5 PRO 4650G with Radeon Graphics | 3700 | 12 | 95356 | 704840 | both | +Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz | 4995 | 16 | 120064 | 1168943 | both | +12th Gen Intel(R) Core(TM) i7-1270P | 4761 | 16 | 149778 | 641219 | both | +AMD Ryzen 9 5950X 16-Core Processor | 4792 | 32 | 161690 | 2339763 | both | +Apple Mac Studio M2 Ultra 2023, Linux VM guest | 3500 | 16 | 163570 | 1157465 | both | |