Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update examples/benchmarking-scripts/backfill.py
Co-authored-by: Donghee Na <donghee.na92@gmail.com>
  • Loading branch information
diegorusso and corona10 authored Nov 11, 2025
commit b74cd7fe1fb2aabddad8e243e75edab5dec1e346
3 changes: 1 addition & 2 deletions examples/benchmarking-scripts/backfill.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ def get_revisions():


def run_pyperformance(revision):
sha = revision[0]
branch = revision[1]
sha, branch = revision
print(f"Running run-pyperformance.sh with sha: {sha}, branch: {branch}")
output_dir = Path("output")
output_dir.mkdir(parents=True, exist_ok=True)
Expand Down
Loading