Created
July 14, 2014 22:37
-
-
Save JacobNinja/ed6c97a77296fbed2739 to your computer and use it in GitHub Desktop.
Parser benchmarks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parse results for Rails | |
user system total real | |
"Codeminer parse results: 0 parse errors, 0 runtime errors, 1621 files total" | |
7.760000 0.080000 7.840000 ( 7.980644) | |
"Codeminer sexp results: 0 parse errors, 0 runtime errors, 1621 files total" | |
11.080000 0.040000 11.120000 ( 11.136238) | |
"Codeminer (RubyParser compatible) sexp results: 0 parse errors, 0 runtime errors, 1621 files total" | |
11.250000 0.070000 11.320000 ( 11.317630) | |
"Codeminer flog results: 0 parse errors, 0 runtime errors, 1621 files total" | |
12.660000 0.100000 12.760000 ( 12.775021) | |
"RubyParser parse results: 0 parse errors, 0 runtime errors, 1621 files total" | |
16.330000 0.180000 16.510000 ( 16.517648) | |
"RubyParser flog results: 0 parse errors, 0 runtime errors, 1621 files total" | |
21.090000 0.200000 21.290000 ( 21.275495) | |
Parse results for <redacted> | |
Rehearsal ------------------------------------ | |
"Codeminer sexp results: 17 parse errors, 0 runtime errors, 18709 files total" | |
23.350000 0.400000 23.750000 ( 23.917296) | |
"Codeminer ruby parser compatible sexp results: 17 parse errors, 0 runtime errors, 18709 files total" | |
24.440000 0.420000 24.860000 ( 24.933485) | |
"RubyParser results: 73 parse errors, 2 runtime errors, 18709 files total" | |
36.000000 1.800000 37.800000 ( 37.845195) | |
-------------------------- total: 86.410000sec | |
user system total real | |
"Codeminer sexp results: 17 parse errors, 0 runtime errors, 18709 files total" | |
21.980000 0.330000 22.310000 ( 22.326785) | |
"Codeminer ruby parser compatible sexp results: 17 parse errors, 0 runtime errors, 18709 files total" | |
22.200000 0.380000 22.580000 ( 22.586561) | |
"RubyParser results: 73 parse errors, 2 runtime errors, 18709 files total" | |
32.080000 1.600000 33.680000 ( 33.700820) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment