Open thomasaarholt opened 4 years ago
@thomasaarholt did you figure this out? I'm having the same issue on github actions
Sorry, I did not. :( I don't think I learnt anything more than is written above
@thomasaarholt thanks for the answers, I think I worked around this by creating the ~/.asv-machine.json file by hand :)
I've been setting up / debugging a github action to run a benchmark on a repo, and then push the html and results to a separate repo. Since the github action runs on a fresh server instance each time, the following may be related to that:
asv machine --name test
results in the following response when~/.asv-machine.json
does not exist. The hostname in this case issmnpc-fp58
, and this happens both in PowerShell and bash. The file is created with the correct machine name. The same response occurs if I specify all other options as well.asv machine --"specifying all options and setting --machine hostname
results in the following error and no file generated, when~/.asv-machine.json
does not exist.