diff --git a/README.md b/README.md index bef0a890..dd5a48b7 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ The sortable table variants: * [fast AMD EPYC 9554P 64-Core Processor (Server from 2024)](https://rurban.github.io/smhasher/doc/epyc.html) * [Intel i5-2300 2.8GHz](https://rurban.github.io/smhasher/doc/intel.html) * [AMD Ryzen 5 PRO 3350G 3.6GHz 32bit 32bit](https://rurban.github.io/smhasher/doc/i686.html) +* [AMD Ryzen 3 3200U 3.5GHz](https://rurban.github.io/smhasher/doc/ryzen3.html) * [Mac Air i7-4650](https://rurban.github.io/smhasher/doc/air.html) * [Cortex-A53 2GHz (Sony XPeria L4)](https://rurban.github.io/smhasher/doc/phone.html) diff --git a/testspeed.sh b/testspeed.sh index e3e3d4f3..afcb7bde 100755 --- a/testspeed.sh +++ b/testspeed.sh @@ -9,10 +9,6 @@ fi # ./testspeed-ryzen5.sh $@ # exit #fi -if [ x$hname = xreini ]; then - ./testspeed-intel.sh $@ - exit -fi if [ x$hname = xreinip50 ]; then ./testspeed-i7.sh $@ exit @@ -21,6 +17,7 @@ if [ x$hname = xmamba ]; then ./testspeed-epyc.sh $@ exit fi +# deprecated: if [ x$hname = xairc ]; then ./testspeed-air.sh $@ exit @@ -29,6 +26,10 @@ if [ x`uname -m` = xaarch64 ]; then ./testspeed-phone.sh $@ exit fi +if [ x$hname = xreini ]; then + ./testspeed-intel.sh $@ + exit +fi make -C build ./start-bench.sh