Here's a few benchmarks on a few common operating system/compiler platforms. Although feel free to try it out on more and let me know if you do/what scores you get! Cheers! (Click each of the badges below to be taken to the respective benchmarks). Also I will add some instructions for building below.
cmake -S . -B ./Build -DCMAKE_BUILD_TYPE=RELEASE_OR_DEBUG -DCMAKE_CXX_COMPILER=PATH_TO_COMPILER_EXECUTABLE
(NOTE: Optionally set a manual installation path by setting -DCMAKE_INSTALL_PREFIX=CUSTOM_INSTALLATION_PATH
)cmake --build ./Build --config=RELEASE_OR_DEBUG
cmake --install ./Build