Ugh. We might need to reduce the number of trials or overall number of benchmarks, or see if we can split the job in a sensible way.
Also it would be nice if we modified the action to always use the benchmark.py from the current branch, so that if we make changes to that we can test as part of a single PR. Right now we use the PR branch version of benchmark.py for running code on the PR branch, but then compare to running the master branch version of benchmark.py. Ideally we wouldn't be changing the file too often, but it makes debugging stuff a pain.
Ugh. We might need to reduce the number of trials or overall number of benchmarks, or see if we can split the job in a sensible way.
Also it would be nice if we modified the action to always use the
benchmark.pyfrom the current branch, so that if we make changes to that we can test as part of a single PR. Right now we use the PR branch version ofbenchmark.pyfor running code on the PR branch, but then compare to running the master branch version ofbenchmark.py. Ideally we wouldn't be changing the file too often, but it makes debugging stuff a pain.