Skip to content

Commit

Permalink
[GR-51049] Fix ASV patch.
Browse files Browse the repository at this point in the history
PullRequest: graalpython/3129
  • Loading branch information
fangerer committed Dec 20, 2023
2 parents f02e8a3 + 54027d5 commit 38357dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graalpython/lib-graalpython/patches/asv/asv-0.5.1.patch
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ index 2c19e15..9321f33 100644
+ result_maxrss += r_maxrss.result
+ has_maxrss = True
+ else:
+ result_maxrss.append(math.nan)
+ result_maxrss.append(util.nan)
+ ignored_maxrss.append(None)

- if res.stderr:
Expand Down

0 comments on commit 38357dc

Please sign in to comment.