We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20264d5 commit b74cd7fCopy full SHA for b74cd7f
examples/benchmarking-scripts/backfill.py
@@ -24,8 +24,7 @@ def get_revisions():
24
25
26
def run_pyperformance(revision):
27
- sha = revision[0]
28
- branch = revision[1]
+ sha, branch = revision
29
print(f"Running run-pyperformance.sh with sha: {sha}, branch: {branch}")
30
output_dir = Path("output")
31
output_dir.mkdir(parents=True, exist_ok=True)
0 commit comments