Is it possible to upload multiple (hyperfine) results file in with bencher run command, so they show up in a single PR comment?
We are doing this
https://github.com/mozilla/neqo/blob/67ad82d7ae7a72e67034ab285854522918a8b0af/.github/workflows/bencher-upload.yml#L73-L86
at the moment, which causes the PR comment to be overwritten during every loop iteration, which is not great.