Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wrq/pyjunk
Browse files Browse the repository at this point in the history
  • Loading branch information
wrq authored Apr 12, 2022
1 parent 60f7206 commit 5a42244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion junk.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ def compare(start: int, offset: int, iters: int):
print(f"start: {start} offset: {offset} iters: {iters}")
print(f"a: {sum(a)}")
print(f"b: {sum(b)}")
print(f"ratio: {sum(a) / sum(b)}")

compare(1, 100, 1000000000)
compare(100, 15000, 10000)

0 comments on commit 5a42244

Please sign in to comment.