Skip to content

Commit

Permalink
missing link to ryzen3
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Dec 14, 2024
1 parent 908b94f commit a4e9b25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
9 changes: 5 additions & 4 deletions testspeed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,6 +17,7 @@ if [ x$hname = xmamba ]; then
./testspeed-epyc.sh $@
exit
fi
# deprecated:
if [ x$hname = xairc ]; then
./testspeed-air.sh $@
exit
Expand All @@ -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
Expand Down

0 comments on commit a4e9b25

Please sign in to comment.