Skip to content

Commit

Permalink
Demonstrate the concurrency difference
Browse files Browse the repository at this point in the history
  • Loading branch information
dgurney committed Oct 1, 2018
1 parent b31dd97 commit 32b4088
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions concurrencydifference.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Earlier development stage:
[dgurney@desktop temp]$ time png_noc -n 100 -w 1920 -h 1080

real 0m49.048s
user 0m48.905s
sys 0m0.243s

v1.0.4:
[dgurney@desktop temp]$ time pngen -a 100 -w 1920 -h 1080
Generating 100 1920x1080 PNG files...

real 0m17.734s
user 0m50.871s
sys 0m0.263s

0 comments on commit 32b4088

Please sign in to comment.