Skip to content

Instantly share code, notes, and snippets.

@exodist
Last active April 27, 2016 21:59
Show Gist options
  • Save exodist/99e5d9f9141096cfefca6aac10f28e18 to your computer and use it in GitHub Desktop.
Save exodist/99e5d9f9141096cfefca6aac10f28e18 to your computer and use it in GitHub Desktop.
NO TAINT
Files=721, Tests=8937, 1178 wallclock secs ( 6.11 usr 1.45 sys + 1216.61 cusr 354.40 csys = 1578.57 CPU)
Result: PASS
prove -Ilib -r t/unit/ 1222.84s user 355.87s system 134% cpu 19:37.50 total
WITH TAINT
Files=721, Tests=8930, 1177 wallclock secs ( 6.19 usr 1.41 sys + 1212.20 cusr 356.12 csys = 1575.92 CPU)
Result: FAIL
prove -Ilib -r t/unit/ 1218.54s user 357.55s system 133% cpu 19:36.48 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment