File: rust

package info (click to toggle)
rustc 1.86.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 913,560 kB
  • sloc: xml: 158,127; python: 35,921; javascript: 19,689; sh: 19,600; cpp: 18,906; ansic: 13,124; asm: 4,376; makefile: 708; perl: 29; lisp: 29; ruby: 19; sql: 11
file content (115 lines) | stat: -rw-r--r-- 10,941 bytes parent folder | download | duplicates (32)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115

running 110 tests
test misc::anchored_literal_long_match       ... bench:          15 ns/iter (+/- 0) = 26000 MB/s
test misc::anchored_literal_long_non_match   ... bench:          12 ns/iter (+/- 1) = 32500 MB/s
test misc::anchored_literal_short_match      ... bench:          15 ns/iter (+/- 0) = 1733 MB/s
test misc::anchored_literal_short_non_match  ... bench:          12 ns/iter (+/- 1) = 2166 MB/s
test misc::easy0_1K                          ... bench:          42 ns/iter (+/- 0) = 25023 MB/s
test misc::easy0_1MB                         ... bench:          42 ns/iter (+/- 0) = 24966738 MB/s
test misc::easy0_32                          ... bench:          42 ns/iter (+/- 0) = 1404 MB/s
test misc::easy0_32K                         ... bench:          43 ns/iter (+/- 0) = 762674 MB/s
test misc::easy1_1K                          ... bench:          35 ns/iter (+/- 0) = 29828 MB/s
test misc::easy1_1MB                         ... bench:          35 ns/iter (+/- 0) = 29959885 MB/s
test misc::easy1_32                          ... bench:          35 ns/iter (+/- 0) = 1485 MB/s
test misc::easy1_32K                         ... bench:          35 ns/iter (+/- 0) = 936800 MB/s
test misc::hard_1K                           ... bench:          43 ns/iter (+/- 0) = 24441 MB/s
test misc::hard_1MB                          ... bench:          42 ns/iter (+/- 0) = 24966738 MB/s
test misc::hard_32                           ... bench:          42 ns/iter (+/- 0) = 1404 MB/s
test misc::hard_32K                          ... bench:          42 ns/iter (+/- 0) = 780833 MB/s
test misc::is_match_set                      ... bench:          46 ns/iter (+/- 1) = 543 MB/s
test misc::literal                           ... bench:           9 ns/iter (+/- 0) = 5666 MB/s
test misc::long_needle1                      ... bench:       1,801 ns/iter (+/- 24) = 55525 MB/s
test misc::long_needle2                      ... bench:     194,124 ns/iter (+/- 289) = 515 MB/s
test misc::match_class                       ... bench:          22 ns/iter (+/- 1) = 3681 MB/s
test misc::match_class_in_range              ... bench:          10 ns/iter (+/- 0) = 8100 MB/s
test misc::match_class_unicode               ... bench:         196 ns/iter (+/- 0) = 821 MB/s
test misc::matches_set                       ... bench:          55 ns/iter (+/- 3) = 454 MB/s
test misc::medium_1K                         ... bench:          43 ns/iter (+/- 0) = 24465 MB/s
test misc::medium_1MB                        ... bench:          43 ns/iter (+/- 0) = 24386139 MB/s
test misc::medium_32                         ... bench:          43 ns/iter (+/- 0) = 1395 MB/s
test misc::medium_32K                        ... bench:          43 ns/iter (+/- 0) = 762697 MB/s
test misc::no_exponential                    ... bench:         167 ns/iter (+/- 0) = 598 MB/s
test misc::not_literal                       ... bench:          26 ns/iter (+/- 1) = 1961 MB/s
test misc::one_pass_long_prefix              ... bench:          40 ns/iter (+/- 0) = 650 MB/s
test misc::one_pass_long_prefix_not          ... bench:          40 ns/iter (+/- 0) = 650 MB/s
test misc::one_pass_short                    ... bench:          30 ns/iter (+/- 0) = 566 MB/s
test misc::one_pass_short_not                ... bench:          31 ns/iter (+/- 0) = 548 MB/s
test misc::reallyhard2_1K                    ... bench:          67 ns/iter (+/- 1) = 15522 MB/s
test misc::reallyhard_1K                     ... bench:          78 ns/iter (+/- 1) = 13474 MB/s
test misc::reallyhard_1MB                    ... bench:      19,310 ns/iter (+/- 80) = 54303 MB/s
test misc::reallyhard_32                     ... bench:          62 ns/iter (+/- 2) = 951 MB/s
test misc::reallyhard_32K                    ... bench:         543 ns/iter (+/- 4) = 60395 MB/s
test misc::replace_all                       ... bench:         151 ns/iter (+/- 13)
test misc::reverse_suffix_no_quadratic       ... bench:       9,302 ns/iter (+/- 25) = 860 MB/s
test misc::short_haystack_1000000x           ... bench:      90,868 ns/iter (+/- 354) = 88039 MB/s
test misc::short_haystack_100000x            ... bench:       7,215 ns/iter (+/- 18) = 110881 MB/s
test misc::short_haystack_10000x             ... bench:         605 ns/iter (+/- 2) = 132249 MB/s
test misc::short_haystack_1000x              ... bench:         148 ns/iter (+/- 2) = 54128 MB/s
test misc::short_haystack_100x               ... bench:          83 ns/iter (+/- 3) = 9771 MB/s
test misc::short_haystack_10x                ... bench:          89 ns/iter (+/- 1) = 1022 MB/s
test misc::short_haystack_1x                 ... bench:          79 ns/iter (+/- 1) = 240 MB/s
test misc::short_haystack_2x                 ... bench:          79 ns/iter (+/- 1) = 341 MB/s
test misc::short_haystack_3x                 ... bench:          80 ns/iter (+/- 2) = 437 MB/s
test misc::short_haystack_4x                 ... bench:          79 ns/iter (+/- 1) = 544 MB/s
test regexdna::find_new_lines                ... bench:   1,748,215 ns/iter (+/- 25,793) = 2907 MB/s
test regexdna::subst1                        ... bench:     486,169 ns/iter (+/- 11,425) = 10456 MB/s
test regexdna::subst10                       ... bench:     479,019 ns/iter (+/- 7,468) = 10612 MB/s
test regexdna::subst11                       ... bench:     481,118 ns/iter (+/- 10,305) = 10565 MB/s
test regexdna::subst2                        ... bench:     484,508 ns/iter (+/- 11,753) = 10491 MB/s
test regexdna::subst3                        ... bench:     481,861 ns/iter (+/- 7,991) = 10549 MB/s
test regexdna::subst4                        ... bench:     477,043 ns/iter (+/- 12,101) = 10656 MB/s
test regexdna::subst5                        ... bench:     483,954 ns/iter (+/- 7,728) = 10503 MB/s
test regexdna::subst6                        ... bench:     479,564 ns/iter (+/- 13,514) = 10600 MB/s
test regexdna::subst7                        ... bench:     481,345 ns/iter (+/- 11,205) = 10560 MB/s
test regexdna::subst8                        ... bench:     479,772 ns/iter (+/- 13,266) = 10595 MB/s
test regexdna::subst9                        ... bench:     480,299 ns/iter (+/- 9,997) = 10583 MB/s
test regexdna::variant1                      ... bench:     693,230 ns/iter (+/- 21,808) = 7332 MB/s
test regexdna::variant2                      ... bench:     936,552 ns/iter (+/- 9,916) = 5427 MB/s
test regexdna::variant3                      ... bench:   1,192,921 ns/iter (+/- 11,038) = 4261 MB/s
test regexdna::variant4                      ... bench:   1,170,341 ns/iter (+/- 27,745) = 4343 MB/s
test regexdna::variant5                      ... bench:   1,166,877 ns/iter (+/- 8,369) = 4356 MB/s
test regexdna::variant6                      ... bench:   1,085,919 ns/iter (+/- 9,594) = 4681 MB/s
test regexdna::variant7                      ... bench:   1,248,718 ns/iter (+/- 13,480) = 4070 MB/s
test regexdna::variant8                      ... bench:   1,216,643 ns/iter (+/- 15,505) = 4178 MB/s
test regexdna::variant9                      ... bench:   1,219,951 ns/iter (+/- 14,109) = 4166 MB/s
test sherlock::before_after_holmes           ... bench:      27,363 ns/iter (+/- 604) = 21742 MB/s
test sherlock::before_holmes                 ... bench:      31,147 ns/iter (+/- 876) = 19100 MB/s
test sherlock::everything_greedy             ... bench:   1,326,354 ns/iter (+/- 22,628) = 448 MB/s
test sherlock::everything_greedy_nl          ... bench:     801,343 ns/iter (+/- 895) = 742 MB/s
test sherlock::holmes_cochar_watson          ... bench:      56,328 ns/iter (+/- 1,009) = 10561 MB/s
test sherlock::holmes_coword_watson          ... bench:     301,186 ns/iter (+/- 3,615) = 1975 MB/s
test sherlock::ing_suffix                    ... bench:     176,428 ns/iter (+/- 2,182) = 3372 MB/s
test sherlock::ing_suffix_limited_space      ... bench:     173,948 ns/iter (+/- 5,073) = 3420 MB/s
test sherlock::letters                       ... bench:   7,226,608 ns/iter (+/- 261,849) = 82 MB/s
test sherlock::letters_lower                 ... bench:   7,024,589 ns/iter (+/- 145,281) = 84 MB/s
test sherlock::letters_upper                 ... bench:   1,004,841 ns/iter (+/- 6,857) = 592 MB/s
test sherlock::line_boundary_sherlock_holmes ... bench:      15,978 ns/iter (+/- 90) = 37234 MB/s
test sherlock::name_alt1                     ... bench:      11,151 ns/iter (+/- 289) = 53352 MB/s
test sherlock::name_alt2                     ... bench:      45,441 ns/iter (+/- 960) = 13092 MB/s
test sherlock::name_alt3                     ... bench:      51,934 ns/iter (+/- 806) = 11455 MB/s
test sherlock::name_alt3_nocase              ... bench:     171,844 ns/iter (+/- 4,176) = 3462 MB/s
test sherlock::name_alt4                     ... bench:      46,611 ns/iter (+/- 1,072) = 12763 MB/s
test sherlock::name_alt4_nocase              ... bench:      74,956 ns/iter (+/- 2,098) = 7937 MB/s
test sherlock::name_alt5                     ... bench:      47,595 ns/iter (+/- 595) = 12499 MB/s
test sherlock::name_alt5_nocase              ... bench:     100,636 ns/iter (+/- 814) = 5911 MB/s
test sherlock::name_holmes                   ... bench:      19,293 ns/iter (+/- 687) = 30836 MB/s
test sherlock::name_holmes_nocase            ... bench:      52,310 ns/iter (+/- 1,024) = 11373 MB/s
test sherlock::name_sherlock                 ... bench:      16,080 ns/iter (+/- 327) = 36998 MB/s
test sherlock::name_sherlock_holmes          ... bench:      14,605 ns/iter (+/- 120) = 40734 MB/s
test sherlock::name_sherlock_holmes_nocase   ... bench:      38,662 ns/iter (+/- 360) = 15388 MB/s
test sherlock::name_sherlock_nocase          ... bench:      37,650 ns/iter (+/- 316) = 15801 MB/s
test sherlock::name_whitespace               ... bench:      16,234 ns/iter (+/- 125) = 36647 MB/s
test sherlock::no_match_common               ... bench:      13,709 ns/iter (+/- 72) = 43397 MB/s
test sherlock::no_match_really_common        ... bench:       9,870 ns/iter (+/- 133) = 60276 MB/s
test sherlock::no_match_uncommon             ... bench:      13,735 ns/iter (+/- 57) = 43315 MB/s
test sherlock::quotes                        ... bench:     189,377 ns/iter (+/- 2,105) = 3141 MB/s
test sherlock::repeated_class_negation       ... bench:      29,934 ns/iter (+/- 1,249) = 19874 MB/s
test sherlock::the_lower                     ... bench:     213,236 ns/iter (+/- 3,823) = 2790 MB/s
test sherlock::the_nocase                    ... bench:     322,922 ns/iter (+/- 5,946) = 1842 MB/s
test sherlock::the_upper                     ... bench:      23,494 ns/iter (+/- 718) = 25322 MB/s
test sherlock::the_whitespace                ... bench:     392,113 ns/iter (+/- 6,046) = 1517 MB/s
test sherlock::word_ending_n                 ... bench:     673,618 ns/iter (+/- 12,865) = 883 MB/s
test sherlock::words                         ... bench:   3,632,096 ns/iter (+/- 56,944) = 163 MB/s

test result: ok. 0 passed; 0 failed; 0 ignored; 110 measured; 0 filtered out; finished in 117.87s