Skip to content

Commit

Permalink
script: Fix diff
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcxzyw committed Feb 1, 2025
1 parent 49e69bd commit 741b13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def update_pr():
lines.append(run_cmd("head -100 test.log"))

if not NO_DIFF:
out = run_cmd("git diff {} --numstat --oneline".format(base))
out = run_cmd("git diff {} --numstat --oneline bench/*".format(base))
if out is not None:
out = out.split("\n")
out = out[0:min(len(out), 200)]
Expand Down

0 comments on commit 741b13a

Please sign in to comment.