Skip to content

Commit

Permalink
debug: print timing
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Jan 30, 2024
1 parent 74ae547 commit 442e608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/backgrounds/org2py.awk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ BEGIN {
in_src = 1
match($0, /^ */)
spaces = RLENGTH
print "import time; print(time.asctime())"
next
}

Expand Down

0 comments on commit 442e608

Please sign in to comment.