Skip to content

Instantly share code, notes, and snippets.

@msassak
Created November 17, 2009 09:51
Show Gist options
  • Select an option

  • Save msassak/236794 to your computer and use it in GitHub Desktop.

Select an option

Save msassak/236794 to your computer and use it in GitHub Desktop.
Parsing #1999: ../../gherkin/tasks/bench/generated/visionary_upward_trending_matrix.feature
==14016==
==14016== HEAP SUMMARY:
==14016== in use at exit: 7,892,592 bytes in 109,943 blocks
==14016== total heap usage: 2,212,742 allocs, 2,102,799 frees, 215,689,258 bytes allocated
==14016==
==14016== LEAK SUMMARY:
==14016== definitely lost: 61,516 bytes in 2,197 blocks
==14016== indirectly lost: 196 bytes in 7 blocks
==14016== possibly lost: 857,729 bytes in 28,997 blocks
==14016== still reachable: 6,972,731 bytes in 78,732 blocks
==14016== suppressed: 420 bytes in 10 blocks
==14016== Rerun with --leak-check=full to see details of leaked memory
==14016==
==14016== For counts of detected and suppressed errors, rerun with: -v
==14016== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) <--- Hooray!
msassak@xanthippe:~/Work/gherkin(c_ruby_parser) $ rake bench:stats
(in /Users/msassak/Work/gherkin)
grep Feature /Users/msassak/Work/gherkin/tasks/bench/generated/* | wc -l
2000
grep Scenario /Users/msassak/Work/gherkin/tasks/bench/generated/* | wc -l
9822
grep Given /Users/msassak/Work/gherkin/tasks/bench/generated/* | wc -l
58515
msassak@xanthippe:~/Work/gherkin(c_ruby_parser) $ rake bench:c_gherkin
Parsing #1999: /Users/msassak/Work/gherkin/tasks/bench/generated/visionary_upward_trending_matrix.feature
1.090000 0.130000 1.220000 ( 1.526321)
/me dances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment