Skip to content

Commit b74cd7f

Browse files
diegorussocorona10
andauthored
Update examples/benchmarking-scripts/backfill.py
Co-authored-by: Donghee Na <[email protected]>
1 parent 20264d5 commit b74cd7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/benchmarking-scripts/backfill.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ def get_revisions():
2424

2525

2626
def run_pyperformance(revision):
27-
sha = revision[0]
28-
branch = revision[1]
27+
sha, branch = revision
2928
print(f"Running run-pyperformance.sh with sha: {sha}, branch: {branch}")
3029
output_dir = Path("output")
3130
output_dir.mkdir(parents=True, exist_ok=True)

0 commit comments

Comments
 (0)