   Compiling regex-syntax v0.3.1 (file:///home/andrew/data/projects/rust/regex/regex-syntax)
   Compiling lazy_static v0.1.15
   Compiling utf8-ranges v0.1.3
   Compiling void v1.0.1
   Compiling winapi v0.2.6
   Compiling winapi-build v0.1.1
   Compiling pkg-config v0.3.8
   Compiling libc v0.2.9
   Compiling unreachable v0.1.1
   Compiling kernel32-sys v0.2.1
   Compiling memchr v0.1.11
   Compiling thread-id v2.0.0
   Compiling thread_local v0.2.3
   Compiling aho-corasick v0.5.1
   Compiling regex-benchmark v0.1.0 (file:///home/andrew/data/projects/rust/regex/benches)
   Compiling regex v0.1.65 (file:///home/andrew/data/projects/rust/regex)
     Running benches/target/release/rust-9f04fc370d649239

running 87 tests
test misc::anchored_literal_long_match       ... bench:          24 ns/iter (+/- 0) = 16250 MB/s
test misc::anchored_literal_long_non_match   ... bench:          23 ns/iter (+/- 0) = 16956 MB/s
test misc::anchored_literal_short_match      ... bench:          24 ns/iter (+/- 0) = 1083 MB/s
test misc::anchored_literal_short_non_match  ... bench:          23 ns/iter (+/- 0) = 1130 MB/s
test misc::easy0_1K                          ... bench:          17 ns/iter (+/- 0) = 61823 MB/s
test misc::easy0_1MB                         ... bench:          21 ns/iter (+/- 0) = 49933476 MB/s
test misc::easy0_32                          ... bench:          17 ns/iter (+/- 0) = 3470 MB/s
test misc::easy0_32K                         ... bench:          17 ns/iter (+/- 0) = 1929117 MB/s
test misc::easy1_1K                          ... bench:          73 ns/iter (+/- 0) = 14301 MB/s
test misc::easy1_1MB                         ... bench:          79 ns/iter (+/- 2) = 13273367 MB/s
test misc::easy1_32                          ... bench:          73 ns/iter (+/- 1) = 712 MB/s
test misc::easy1_32K                         ... bench:          82 ns/iter (+/- 1) = 399853 MB/s
test misc::hard_1K                           ... bench:          97 ns/iter (+/- 0) = 10835 MB/s
test misc::hard_1MB                          ... bench:         105 ns/iter (+/- 0) = 9986695 MB/s
test misc::hard_32                           ... bench:          96 ns/iter (+/- 0) = 614 MB/s
test misc::hard_32K                          ... bench:          98 ns/iter (+/- 1) = 334642 MB/s
test misc::literal                           ... bench:          16 ns/iter (+/- 0) = 3187 MB/s
test misc::long_needle1                      ... bench:       2,353 ns/iter (+/- 24) = 42499 MB/s
test misc::long_needle2                      ... bench:     634,077 ns/iter (+/- 3,569) = 157 MB/s
test misc::match_class                       ... bench:          83 ns/iter (+/- 2) = 975 MB/s
test misc::match_class_in_range              ... bench:          30 ns/iter (+/- 2) = 2700 MB/s
test misc::match_class_unicode               ... bench:         567 ns/iter (+/- 3) = 283 MB/s
test misc::medium_1K                         ... bench:          17 ns/iter (+/- 0) = 61882 MB/s
test misc::medium_1MB                        ... bench:          21 ns/iter (+/- 0) = 49933523 MB/s
test misc::medium_32                         ... bench:          17 ns/iter (+/- 0) = 3529 MB/s
test misc::medium_32K                        ... bench:          17 ns/iter (+/- 1) = 1929176 MB/s
test misc::no_exponential                    ... bench:         357 ns/iter (+/- 2) = 280 MB/s
test misc::not_literal                       ... bench:         192 ns/iter (+/- 0) = 265 MB/s
test misc::one_pass_long_prefix              ... bench:         105 ns/iter (+/- 0) = 247 MB/s
test misc::one_pass_long_prefix_not          ... bench:         107 ns/iter (+/- 0) = 242 MB/s
test misc::one_pass_short                    ... bench:          73 ns/iter (+/- 0) = 232 MB/s
test misc::one_pass_short_not                ... bench:          73 ns/iter (+/- 1) = 232 MB/s
test misc::reallyhard_1K                     ... bench:       3,624 ns/iter (+/- 17) = 290 MB/s
test misc::reallyhard_1MB                    ... bench:   3,596,976 ns/iter (+/- 6,213) = 291 MB/s
test misc::reallyhard_32                     ... bench:         220 ns/iter (+/- 1) = 268 MB/s
test misc::reallyhard_32K                    ... bench:     112,541 ns/iter (+/- 221) = 291 MB/s
test misc::replace_all                       ... bench:         137 ns/iter (+/- 2)
test rust_compile::compile_huge              ... bench:     118,332 ns/iter (+/- 367)
test rust_compile::compile_huge_bytes        ... bench:  16,488,328 ns/iter (+/- 98,954)
test rust_compile::compile_huge_full         ... bench:  32,096,452 ns/iter (+/- 153,600)
test rust_compile::compile_simple            ... bench:       5,797 ns/iter (+/- 345)
test rust_compile::compile_simple_bytes      ... bench:       6,428 ns/iter (+/- 251)
test rust_compile::compile_simple_full       ... bench:      37,611 ns/iter (+/- 1,286)
test rust_compile::compile_small             ... bench:       7,198 ns/iter (+/- 407)
test rust_compile::compile_small_bytes       ... bench:     179,332 ns/iter (+/- 1,386)
test rust_compile::compile_small_full        ... bench:     348,240 ns/iter (+/- 2,742)
test rust_parse::parse_huge                  ... bench:       1,244 ns/iter (+/- 7)
test rust_parse::parse_simple                ... bench:       1,986 ns/iter (+/- 14)
test rust_parse::parse_simple2               ... bench:       2,236 ns/iter (+/- 14)
test rust_parse::parse_small                 ... bench:       2,520 ns/iter (+/- 12)
test sherlock::before_holmes                 ... bench:   2,073,958 ns/iter (+/- 3,557) = 286 MB/s
test sherlock::everything_greedy             ... bench:   2,575,212 ns/iter (+/- 8,143) = 231 MB/s
test sherlock::everything_greedy_nl          ... bench:   1,220,035 ns/iter (+/- 7,062) = 487 MB/s
test sherlock::holmes_cochar_watson          ... bench:     240,028 ns/iter (+/- 1,536) = 2478 MB/s
test sherlock::holmes_coword_watson          ... bench:   1,034,168 ns/iter (+/- 3,037) = 575 MB/s
test sherlock::ing_suffix                    ... bench:   2,303,584 ns/iter (+/- 3,686) = 258 MB/s
test sherlock::ing_suffix_limited_space      ... bench:   2,253,386 ns/iter (+/- 3,401) = 264 MB/s
test sherlock::letters                       ... bench:  23,697,046 ns/iter (+/- 25,466) = 25 MB/s
test sherlock::letters_lower                 ... bench:  23,244,959 ns/iter (+/- 23,104) = 25 MB/s
test sherlock::letters_upper                 ... bench:   2,937,466 ns/iter (+/- 7,487) = 202 MB/s
test sherlock::line_boundary_sherlock_holmes ... bench:   2,045,435 ns/iter (+/- 3,650) = 290 MB/s
test sherlock::name_alt1                     ... bench:      38,371 ns/iter (+/- 287) = 15504 MB/s
test sherlock::name_alt2                     ... bench:     187,368 ns/iter (+/- 1,139) = 3175 MB/s
test sherlock::name_alt3                     ... bench:   1,174,031 ns/iter (+/- 4,016) = 506 MB/s
test sherlock::name_alt3_nocase              ... bench:   1,357,272 ns/iter (+/- 2,575) = 438 MB/s
test sherlock::name_alt4                     ... bench:     234,856 ns/iter (+/- 979) = 2533 MB/s
test sherlock::name_alt4_nocase              ... bench:   1,322,673 ns/iter (+/- 2,405) = 449 MB/s
test sherlock::name_alt5                     ... bench:     316,122 ns/iter (+/- 1,215) = 1881 MB/s
test sherlock::name_alt5_nocase              ... bench:   1,327,206 ns/iter (+/- 3,930) = 448 MB/s
test sherlock::name_holmes                   ... bench:      44,463 ns/iter (+/- 283) = 13380 MB/s
test sherlock::name_holmes_nocase            ... bench:   1,082,155 ns/iter (+/- 3,991) = 549 MB/s
test sherlock::name_sherlock                 ... bench:      68,945 ns/iter (+/- 391) = 8629 MB/s
test sherlock::name_sherlock_holmes          ... bench:      36,027 ns/iter (+/- 215) = 16513 MB/s
test sherlock::name_sherlock_holmes_nocase   ... bench:   1,137,343 ns/iter (+/- 5,088) = 523 MB/s
test sherlock::name_sherlock_nocase          ... bench:   1,134,403 ns/iter (+/- 3,627) = 524 MB/s
test sherlock::name_whitespace               ... bench:      83,677 ns/iter (+/- 320) = 7109 MB/s
test sherlock::no_match_common               ... bench:      25,452 ns/iter (+/- 97) = 23374 MB/s
test sherlock::no_match_really_common        ... bench:     364,516 ns/iter (+/- 1,215) = 1632 MB/s
test sherlock::no_match_uncommon             ... bench:      25,454 ns/iter (+/- 74) = 23372 MB/s
test sherlock::quotes                        ... bench:     777,076 ns/iter (+/- 3,994) = 765 MB/s
test sherlock::repeated_class_negation       ... bench:  88,994,387 ns/iter (+/- 6,751,024) = 6 MB/s
test sherlock::the_lower                     ... bench:     598,479 ns/iter (+/- 165,933) = 994 MB/s
test sherlock::the_nocase                    ... bench:   1,616,814 ns/iter (+/- 55,517) = 367 MB/s
test sherlock::the_upper                     ... bench:      47,484 ns/iter (+/- 7,589) = 12529 MB/s
test sherlock::the_whitespace                ... bench:   1,275,855 ns/iter (+/- 33,322) = 466 MB/s
test sherlock::word_ending_n                 ... bench:   2,968,381 ns/iter (+/- 42,904) = 200 MB/s
test sherlock::words                         ... bench:   9,584,716 ns/iter (+/- 338,550) = 62 MB/s

test result: ok. 0 passed; 0 failed; 0 ignored; 87 measured

