Firstly, none of this is original. I was inspired by Jeff Geerling’s blog post on hacking firmware to get the fastest overclock. With 3 Raspberry Pi 5’s lying around waiting for the next project I was curious how I’d fared in the silicon lottery. Could any of my Raspberry Pi The post Raspberry Pi 5 Overclocking to Beat Geekbench Record appeared first on Martin Rowan.| Martin Rowan
On my team, we do two different things in our Continuous Integration setup: build/functional tests, and performance tests. Build tests simply test whether a project builds, and, if the project provides a functional test suite, that the tests pass. We do a lot of MySQL/MariaDB testing this way. The other type of testing we do is performance tests: we build a project and then run a set of benchmarks against it. Python is a good example here.| sthbrx.github.io