Skip to content

Commit

Permalink
tweak table gen
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jun 2, 2022
1 parent 20de367 commit 6fc8724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/asv_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def to_markdown(data):
def parse(asv_input):

result = re.match(
r"^\n(?P<tests>.*?):\n\n before after ratio\n \[(?P<base_commit>.+)\] \[(?P<head_commit>.+)\]\n <(?P<base_branch>.+)> <(?P<head_branch>.+)>\n(?P<raw_comparisons>.*)",
r"^\n(?P<tests>.*?):\n\n before after ratio\n \[(?P<base_commit>.+)\] \[(?P<head_commit>.+)\]\n <(?P<base_branch>.+)> <(?P<head_branch>.+)> *\n(?P<raw_comparisons>.*)",
asv_input,
re.DOTALL,
)
Expand Down

0 comments on commit 6fc8724

Please sign in to comment.