ThomasKaiser / sbc-bench

Simple benchmark for single board computers
BSD 3-Clause "New" or "Revised" License
675 stars 78 forks source link

Consolidate vcgencmd checks into a single one #13

Closed clach04 closed 4 years ago

clach04 commented 4 years ago

This makes refactoring the check into something else less work. It also allows vcgencmd to be disabled, example:

env USE_VCGENCMD=false /bin/bash ./sbc-bench.sh -c

For issue #12.