Skip to content

Commit

Permalink
Update benchmark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iammosespaulr authored Dec 10, 2024
1 parent f9561a7 commit b39efec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def main():
pages = inference_func(pdf_path)
times[tool].append(time.time() - start)
tool_pages[tool] = pages
open(f"{row['__key__']}.{tool}.md", "w").write("\n".join(pages))
open(f"{row['__key__']}.pdf", "wb").write(pdf)

for tool in alignment_tools:
alignments[tool].append(
Expand Down

0 comments on commit b39efec

Please sign in to comment.