In the getConfig function there's a bunch of logic to inspect the host machine / benchmarking environment. However, building hsbencher via nix is bringing to light some of the flaws here. The first was if hostname -s returns an empty string.
There's an even more obvious problem with anything that assumes we have a git repo!
In the
getConfig
function there's a bunch of logic to inspect the host machine / benchmarking environment. However, building hsbencher via nix is bringing to light some of the flaws here. The first was ifhostname -s
returns an empty string.There's an even more obvious problem with anything that assumes we have a git repo!