miurahr / pykakasi

Lightweight converter from Japanese Kana-kanji sentences into Kana-Roman.
https://codeberg.org/miurahr/pykakasi
GNU General Public License v3.0
417 stars 54 forks source link

Tracking benchmark scores #123

Open miurahr opened 3 years ago

miurahr commented 3 years ago

This is special issue to track benchmark scores.

github-actions[bot] commented 3 years ago

v2.0.8

platform rate(char/mSec) min(sec) max(sec) mean(sec)
PyPy 3.6.12 on Linux 5.4.0-1046-azure 80 0.00348144 0.00376344 0.00357199
PyPy 3.6.12 on Darwin 19.6.0 46 0.00575429 0.0187402 0.0062622
CPython 3.9.4 on Windows 10 25 0.010867 0.0165124 0.0112453
CPython 3.9.4 on Darwin 19.6.0 21 0.0131811 0.0171209 0.0137632
CPython 3.8.9 on Linux 5.4.0-1046-azure 20 0.0139005 0.0153363 0.0144473
CPython 3.6.8 on Windows 10 19.6 0.0141658 0.019512 0.0145241
CPython 3.9.4 on Linux 5.4.0-1046-azure 19.1 0.0139186 0.0167058 0.0149235
CPython 3.6.13 on Darwin 19.6.0 17.8 0.0154907 0.0181887 0.016001
CPython 3.6.13 on Linux 5.4.0-1046-azure 16.0 0.0157979 0.0273756 0.0178466

Posted from the action

miurahr commented 3 years ago

Profiling results

Tue May  4 18:30:59 2021    prof/test_benchmark.prof

         872678 function calls (872617 primitive calls) in 2.530 seconds

   Ordered by: cumulative time
   List reduced from 522 to 49 due to restriction <'(kanji|kakasi|__init__|exceptions|properties|scripts).py:'>

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        8    0.011    0.001    1.381    0.173 __init__.py:93(convert)
      440    0.377    0.001    0.753    0.002 kanji.py:136(convert_h)
      952    0.012    0.000    0.598    0.001 __init__.py:143(_iconv)
     2856    0.053    0.000    0.218    0.000 __init__.py:156(_s2a)
     8776    0.083    0.000    0.153    0.000 scripts.py:37(convert_a)
    16088    0.058    0.000    0.142    0.000 scripts.py:235(convert_a)
        1    0.000    0.000    0.138    0.138 __init__.py:54(__init__)
        1    0.000    0.000    0.137    0.137 kanji.py:115(__init__)
        1    0.000    0.000    0.137    0.137 kanji.py:245(__init__)
      952    0.019    0.000    0.087    0.000 __init__.py:178(_k2h)
      952    0.018    0.000    0.081    0.000 __init__.py:220(_h2ah)
      952    0.017    0.000    0.080    0.000 __init__.py:234(_h2ap)
      952    0.018    0.000    0.080    0.000 __init__.py:206(_h2ak)
    16088    0.046    0.000    0.065    0.000 scripts.py:210(_convert)
     3088    0.031    0.000    0.056    0.000 scripts.py:127(convert_h)
      952    0.008    0.000    0.041    0.000 __init__.py:192(_h2k)
     1096    0.016    0.000    0.028    0.000 scripts.py:48(convert_K)
    19488    0.026    0.000    0.026    0.000 scripts.py:178(haskey)
     1784    0.008    0.000    0.014    0.000 kanji.py:126(isRegion)
     8808    0.012    0.000    0.012    0.000 scripts.py:181(lookup)
     8776    0.011    0.000    0.011    0.000 scripts.py:184(maxkeylen)
      440    0.001    0.000    0.007    0.000 kanji.py:230(convert)
      928    0.003    0.000    0.004    0.000 kanji.py:129(isCletter)
     3088    0.004    0.000    0.004    0.000 scripts.py:103(_is_half_width_kana)
      440    0.002    0.000    0.003    0.000 kanji.py:253(load)
     1344    0.002    0.000    0.002    0.000 kanji.py:227(haskey)
github-actions[bot] commented 3 years ago

Result when simply use pickle

platform rate(char/sec) min(sec) max(sec) mean(sec)
PyPy 3.6.12 on Linux 5.4.0-1046-azure 69379 0.00332562 0.00581234 0.00410787
PyPy 3.6.12 on Darwin 19.6.0 41801 0.00577438 0.0280158 0.00681796
CPython 3.8.10 on Linux 5.4.0-1046-azure 21030 0.0121225 0.0167508 0.0135519
CPython 3.9.5 on Linux 5.4.0-1046-azure 20476 0.0132129 0.0242817 0.0139189
CPython 3.9.4 on Windows 10 19910 0.012584 0.0210052 0.0143143
CPython 3.9.4 on Darwin 19.6.0 19872 0.013597 0.0182136 0.0143416
CPython 3.6.13 on Linux 5.4.0-1046-azure 19206 0.0131882 0.015768 0.0148394
CPython 3.6.13 on Darwin 19.6.0 18633 0.0150406 0.0158424 0.0152952
CPython 3.6.8 on Windows 10 17248 0.0136064 0.021844 0.016524

Posted from the action

github-actions[bot] commented 3 years ago

Result when pickle and lru_cache() on convert_h()

platform rate(char/sec) min(sec) max(sec) mean(sec)
PyPy 3.6.12 on Linux 5.4.0-1046-azure 218691 0.000870204 0.00497442 0.00130321
PyPy 3.6.12 on Darwin 19.6.0 198823 0.00122886 0.0187551 0.00143344
CPython 3.9.4 on Windows 10 37865 0.0065687 0.011753 0.00752673
CPython 3.9.4 on Darwin 19.6.0 32151 0.00853746 0.00955797 0.00886446
CPython 3.9.5 on Linux 5.4.0-1046-azure 30780 0.0085836 0.0121741 0.00925916
CPython 3.7.10 on Linux 5.4.0-1046-azure 30036 0.00864742 0.0112622 0.00948874
CPython 3.7.10 on Darwin 19.6.0 28860 0.00944299 0.0138801 0.00987542
CPython 3.7.9 on Windows 10 28129 0.009527 0.0185004 0.010132

Posted from the action

github-actions[bot] commented 3 years ago

Result when pickle, and lru_cache on convert_h() and _iconv()

platform rate(char/sec) min(sec) max(sec) mean(sec)
PyPy 3.6.12 on Linux 5.4.0-1046-azure 2.20711e+06 0.000101101 0.00352864 0.000129128
PyPy 3.6.12 on Darwin 19.6.0 2.02394e+06 0.000129425 0.00362466 0.000140815
CPython 3.9.4 on Darwin 19.6.0 887439 0.000315124 0.000411648 0.000321149
CPython 3.9.4 on Windows 10 815852 0.0003254 0.0007244 0.000349328
CPython 3.9.5 on Linux 5.4.0-1046-azure 805217 0.000345002 0.000496203 0.000353942
CPython 3.7.10 on Darwin 19.6.0 796432 0.000337381 0.000381364 0.000357846
CPython 3.7.10 on Linux 5.4.0-1046-azure 708659 0.000339702 0.000668804 0.000402168
CPython 3.7.9 on Windows 10 707033 0.0003544 0.0006998 0.000403093

Posted from the action

github-actions[bot] commented 3 years ago

v2.1.0

platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Linux) 9ff0d60e3c940d9d0ca40c6258135518cc28133f@master 2525 0.000106801 0.00364584 0.00011285
PyPy-3.6.12(Darwin) 9ff0d60e3c940d9d0ca40c6258135518cc28133f@master 1986 0.00013334 0.0045784 0.00014347
CPython-3.9.5(Linux) 9ff0d60e3c940d9d0ca40c6258135518cc28133f@master 841 0.000334456 0.000373786 0.00033907
CPython-3.9.4(Darwin) 9ff0d60e3c940d9d0ca40c6258135518cc28133f@master 811 0.000299908 0.000563038 0.000351521
CPython-3.9.4(Windows) 9ff0d60e3c940d9d0ca40c6258135518cc28133f@master 806 0.0002855 0.0007022 0.000353441
CPython-3.7.10(Linux) 9ff0d60e3c940d9d0ca40c6258135518cc28133f@master 713 0.000312712 0.000963335 0.000399878
CPython-3.7.9(Windows) 9ff0d60e3c940d9d0ca40c6258135518cc28133f@master 758 0.0003653 0.0004996 0.000375806
CPython-3.7.10(Darwin) 9ff0d60e3c940d9d0ca40c6258135518cc28133f@master 659 0.00034709 0.00093504 0.000432217

Posted from the action

github-actions[bot] commented 3 years ago
platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Linux) eb965b2f54cf2a8426c145117a0188fba9f7390e@topic-shelve-kanwa 2014 9.83e-05 0.00579333 0.000141503
PyPy-3.6.12(Darwin) eb965b2f54cf2a8426c145117a0188fba9f7390e@topic-shelve-kanwa 2006 0.000132277 0.00385307 0.000142076
CPython-3.9.5(Linux) eb965b2f54cf2a8426c145117a0188fba9f7390e@topic-shelve-kanwa 991 0.000254209 0.00114314 0.000287443
CPython-3.9.4(Darwin) eb965b2f54cf2a8426c145117a0188fba9f7390e@topic-shelve-kanwa 880 0.000319418 0.000341939 0.000323934
CPython-3.7.9(Windows) eb965b2f54cf2a8426c145117a0188fba9f7390e@topic-shelve-kanwa 833 0.0002867 0.0004083 0.000342156
CPython-3.7.10(Linux) eb965b2f54cf2a8426c145117a0188fba9f7390e@topic-shelve-kanwa 821 0.000325702 0.000392102 0.00034722
CPython-3.7.10(Darwin) eb965b2f54cf2a8426c145117a0188fba9f7390e@topic-shelve-kanwa 750 0.000343068 0.000523041 0.000379968
CPython-3.9.4(Windows) eb965b2f54cf2a8426c145117a0188fba9f7390e@topic-shelve-kanwa 495 0.0002597 0.0071062 0.000575949

Posted from the action

github-actions[bot] commented 3 years ago
platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Linux) f006f935aa3ca46d952f51cf5e414806fff39e69@master 2080 9.4401e-05 0.00425103 0.000137018
PyPy-3.6.12(Darwin) f006f935aa3ca46d952f51cf5e414806fff39e69@master 2018 0.000131152 0.00404369 0.000141221
CPython-3.9.5(Linux) f006f935aa3ca46d952f51cf5e414806fff39e69@master 1032 0.000273602 0.000315403 0.000276038
CPython-3.7.10(Linux) f006f935aa3ca46d952f51cf5e414806fff39e69@master 987 0.000287002 0.000316502 0.000288728
CPython-3.9.4(Windows) f006f935aa3ca46d952f51cf5e414806fff39e69@master 959 0.0002392 0.0005125 0.000297069
CPython-3.9.4(Darwin) f006f935aa3ca46d952f51cf5e414806fff39e69@master 844 0.00032246 0.0003924 0.000337833
CPython-3.7.10(Darwin) f006f935aa3ca46d952f51cf5e414806fff39e69@master 795 0.000338803 0.00042034 0.000358408
CPython-3.7.9(Windows) f006f935aa3ca46d952f51cf5e414806fff39e69@master 763 0.0002735 0.0005815 0.000373641

Posted from the action

github-actions[bot] commented 3 years ago

Trial for utilize pygtrie

platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
CPython-3.9.5(Linux) e180f53d48690da72ec8cf85f2612c234404cdc7@topic-trie-dict 1160 0.000243902 0.000282002 0.000245755
CPython-3.9.4(Windows) e180f53d48690da72ec8cf85f2612c234404cdc7@topic-trie-dict 1134 0.000239 0.0003216 0.000251306
CPython-3.7.10(Linux) e180f53d48690da72ec8cf85f2612c234404cdc7@topic-trie-dict 1075 0.000251501 0.000320002 0.000265235
PyPy-3.6.12(Linux) e180f53d48690da72ec8cf85f2612c234404cdc7@topic-trie-dict 1064 0.000193601 0.00339242 0.000267933
PyPy-3.6.12(Darwin) e180f53d48690da72ec8cf85f2612c234404cdc7@topic-trie-dict 1046 0.000259471 0.00384789 0.00027253
CPython-3.9.4(Darwin) e180f53d48690da72ec8cf85f2612c234404cdc7@topic-trie-dict 993 0.000279613 0.000311454 0.000286874
CPython-3.7.10(Darwin) e180f53d48690da72ec8cf85f2612c234404cdc7@topic-trie-dict 941 0.000294356 0.000433996 0.000302832
CPython-3.7.9(Windows) e180f53d48690da72ec8cf85f2612c234404cdc7@topic-trie-dict 822 0.0002637 0.0004317 0.000346634

Posted from the action

github-actions[bot] commented 3 years ago
platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Linux) f6389d3c9dac03ef4f95a8ed5d2523cb320f3b21@master 1265 0.000207003 0.0445163 0.000225235
PyPy-3.6.12(Darwin) f6389d3c9dac03ef4f95a8ed5d2523cb320f3b21@master 1105 0.00022941 0.00430525 0.000257907
CPython-3.9.5(Darwin) f6389d3c9dac03ef4f95a8ed5d2523cb320f3b21@master 996 0.000282797 0.00030549 0.00028609
CPython-3.7.10(Darwin) f6389d3c9dac03ef4f95a8ed5d2523cb320f3b21@master 940 0.000286822 0.000323018 0.000303067
CPython-3.9.5(Linux) f6389d3c9dac03ef4f95a8ed5d2523cb320f3b21@master 930 0.000222199 0.000846896 0.000306375
CPython-3.9.5(Windows) f6389d3c9dac03ef4f95a8ed5d2523cb320f3b21@master 911 0.0002689 0.0014015 0.000312709
CPython-3.7.10(Linux) f6389d3c9dac03ef4f95a8ed5d2523cb320f3b21@master 842 0.000289998 0.000835994 0.000338475
CPython-3.7.9(Windows) f6389d3c9dac03ef4f95a8ed5d2523cb320f3b21@master 752 0.0002925 0.0007256 0.000378793

Posted from the action

github-actions[bot] commented 3 years ago
platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Linux) 941c4cdefd617ff206f5b6c975487a74117601d9@master 1066 0.000190201 0.00420843 0.000267396
PyPy-3.6.12(Darwin) 941c4cdefd617ff206f5b6c975487a74117601d9@master 1059 0.00025146 0.00395134 0.000269217
CPython-3.7.9(Windows) 941c4cdefd617ff206f5b6c975487a74117601d9@master 997 0.0002232 0.0003378 0.000285919
CPython-3.7.10(Darwin) 941c4cdefd617ff206f5b6c975487a74117601d9@master 929 0.000293661 0.000341441 0.000306633
CPython-3.9.5(Darwin) 941c4cdefd617ff206f5b6c975487a74117601d9@master 911 0.000284689 0.000363995 0.000312937
CPython-3.9.5(Windows) 941c4cdefd617ff206f5b6c975487a74117601d9@master 885 0.00027 0.0014101 0.000322133
CPython-3.9.5(Linux) 941c4cdefd617ff206f5b6c975487a74117601d9@master 860 0.000235516 0.000770152 0.000331436
CPython-3.7.10(Linux) 941c4cdefd617ff206f5b6c975487a74117601d9@master 801 0.000324001 0.0005207 0.000355749

Posted from the action

github-actions[bot] commented 3 years ago
platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Linux) ff409b6d9241b4f710d4eb0f4c90ce369ea9f6f9@patch-main-loop 2429 0.000101 0.00380703 0.000117332
PyPy-3.6.12(Darwin) ff409b6d9241b4f710d4eb0f4c90ce369ea9f6f9@patch-main-loop 2027 0.000132758 0.00392387 0.000140607
CPython-3.9.5(Windows) ff409b6d9241b4f710d4eb0f4c90ce369ea9f6f9@patch-main-loop 929 0.0002527 0.0004696 0.000306877
CPython-3.9.5(Darwin) ff409b6d9241b4f710d4eb0f4c90ce369ea9f6f9@patch-main-loop 884 0.000318454 0.000339306 0.00032227
CPython-3.7.10(Linux) ff409b6d9241b4f710d4eb0f4c90ce369ea9f6f9@patch-main-loop 860 0.000263029 0.000412046 0.000331584
CPython-3.7.10(Darwin) ff409b6d9241b4f710d4eb0f4c90ce369ea9f6f9@patch-main-loop 853 0.000329217 0.000362252 0.000333962
CPython-3.7.9(Windows) ff409b6d9241b4f710d4eb0f4c90ce369ea9f6f9@patch-main-loop 803 0.0002888 0.0004712 0.000354767
CPython-3.9.5(Linux) ff409b6d9241b4f710d4eb0f4c90ce369ea9f6f9@patch-main-loop 799 0.000321498 0.000447198 0.000356695

Posted from the action

github-actions[bot] commented 3 years ago
platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
CPython-3.9.5(Windows) ddb3e52848e923c4de4bbcbb671d56e919d3db87@patch-expand-cletter 1217 0.0002113 0.0003959 0.000234251
PyPy-3.6.12(Linux) ddb3e52848e923c4de4bbcbb671d56e919d3db87@patch-expand-cletter 1119 0.000231002 0.00350502 0.000254788
PyPy-3.6.12(Darwin) ddb3e52848e923c4de4bbcbb671d56e919d3db87@patch-expand-cletter 1077 0.000255751 0.00385357 0.000264698
CPython-3.9.5(Linux) ddb3e52848e923c4de4bbcbb671d56e919d3db87@patch-expand-cletter 1013 0.000257299 0.000385298 0.000281463
CPython-3.9.5(Darwin) ddb3e52848e923c4de4bbcbb671d56e919d3db87@patch-expand-cletter 1007 0.000276891 0.000389063 0.000282908
CPython-3.7.10(Darwin) ddb3e52848e923c4de4bbcbb671d56e919d3db87@patch-expand-cletter 904 0.000309313 0.000417224 0.000315387
CPython-3.7.9(Windows) ddb3e52848e923c4de4bbcbb671d56e919d3db87@patch-expand-cletter 867 0.0002906 0.0004859 0.000328587
CPython-3.7.10(Linux) ddb3e52848e923c4de4bbcbb671d56e919d3db87@patch-expand-cletter 845 0.000311103 0.000431204 0.00033724

Posted from the action

github-actions[bot] commented 3 years ago
platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Darwin) 22e615ce94c34bf5cdf196770d4746b27ef47d38@master 2021 0.000132339 0.00427453 0.000140988
PyPy-3.6.12(Linux) 22e615ce94c34bf5cdf196770d4746b27ef47d38@master 1755 0.000111401 0.0334588 0.000162395
CPython-3.9.5(Linux) 22e615ce94c34bf5cdf196770d4746b27ef47d38@master 993 0.000251301 0.000513201 0.000286915
CPython-3.7.9(Windows) 22e615ce94c34bf5cdf196770d4746b27ef47d38@master 955 0.0002956 0.0003343 0.000298346
CPython-3.9.5(Darwin) 22e615ce94c34bf5cdf196770d4746b27ef47d38@master 934 0.000291936 0.000363417 0.000305257
CPython-3.9.5(Windows) 22e615ce94c34bf5cdf196770d4746b27ef47d38@master 865 0.0003127 0.0004093 0.000329441
CPython-3.7.10(Darwin) 22e615ce94c34bf5cdf196770d4746b27ef47d38@master 843 0.000333962 0.000379306 0.000338278
CPython-3.7.10(Linux) 22e615ce94c34bf5cdf196770d4746b27ef47d38@master 815 0.000322526 0.00038133 0.000349533

Posted from the action

github-actions[bot] commented 3 years ago

v2.1.1

platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Linux) 29a92996487598119c70ae44413407397c87cb69@master 2028 0.000127601 0.00498294 0.000140522
PyPy-3.6.12(Darwin) 29a92996487598119c70ae44413407397c87cb69@master 1840 0.000148546 0.00467598 0.000154886
CPython-3.9.5(Windows) 29a92996487598119c70ae44413407397c87cb69@master 869 0.0002892 0.000384 0.000327832
CPython-3.9.5(Darwin) 29a92996487598119c70ae44413407397c87cb69@master 844 0.000328708 0.000440327 0.000337664
CPython-3.7.10(Linux) 29a92996487598119c70ae44413407397c87cb69@master 771 0.000334903 0.000483604 0.000369757
CPython-3.7.9(Windows) 29a92996487598119c70ae44413407397c87cb69@master 744 0.0003294 0.0006084 0.000382876
CPython-3.9.5(Linux) 29a92996487598119c70ae44413407397c87cb69@master 706 0.000296602 0.00477904 0.000403956
CPython-3.7.10(Darwin) 29a92996487598119c70ae44413407397c87cb69@master 321 0.000342432 0.00583772 0.000887343

Posted from the action

github-actions[bot] commented 3 years ago
platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Linux) 30462d329b3108b9f0ebaf5f880aadfcd1ef828b@topic-trie-dict 2441 8.4306e-05 0.00298193 0.000116744
PyPy-3.6.12(Darwin) 30462d329b3108b9f0ebaf5f880aadfcd1ef828b@topic-trie-dict 2198 0.000120292 0.00413338 0.000129649
CPython-3.7.9(Windows) 30462d329b3108b9f0ebaf5f880aadfcd1ef828b@topic-trie-dict 1076 0.0002625 0.0002941 0.000264811
CPython-3.9.5(Windows) 30462d329b3108b9f0ebaf5f880aadfcd1ef828b@topic-trie-dict 1044 0.0002591 0.000371 0.000272929
CPython-3.7.10(Linux) 30462d329b3108b9f0ebaf5f880aadfcd1ef828b@topic-trie-dict 988 0.000267698 0.000630696 0.000288429
CPython-3.9.5(Darwin) 30462d329b3108b9f0ebaf5f880aadfcd1ef828b@topic-trie-dict 849 0.000312766 0.000652568 0.000335782
CPython-3.7.10(Darwin) 30462d329b3108b9f0ebaf5f880aadfcd1ef828b@topic-trie-dict 836 0.000335759 0.000402307 0.000340896
CPython-3.9.5(Linux) 30462d329b3108b9f0ebaf5f880aadfcd1ef828b@topic-trie-dict 801 0.000317802 0.000510104 0.000355732

Posted from the action

github-actions[bot] commented 3 years ago

v2.2.0b2

platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Darwin) fb71b1ae91d7a7f4d2a4393e30fc12fc6e5f6b41@master 1975 0.000136506 0.00457549 0.000144301
PyPy-3.6.12(Linux) fb71b1ae91d7a7f4d2a4393e30fc12fc6e5f6b41@master 1746 0.0001161 0.0044999 0.000163269
CPython-3.9.5(Windows) fb71b1ae91d7a7f4d2a4393e30fc12fc6e5f6b41@master 534 0.0005109 0.0007904 0.000533309
CPython-3.7.10(Linux) fb71b1ae91d7a7f4d2a4393e30fc12fc6e5f6b41@master 491 0.000448129 0.000756949 0.000580233
CPython-3.9.5(Linux) fb71b1ae91d7a7f4d2a4393e30fc12fc6e5f6b41@master 442 0.000513003 0.00201681 0.000644796
CPython-3.9.5(Darwin) fb71b1ae91d7a7f4d2a4393e30fc12fc6e5f6b41@master 430 0.000655871 0.000689829 0.000662606
CPython-3.7.10(Darwin) fb71b1ae91d7a7f4d2a4393e30fc12fc6e5f6b41@master 428 0.000657223 0.000716609 0.000665973
CPython-3.7.9(Windows) fb71b1ae91d7a7f4d2a4393e30fc12fc6e5f6b41@master 421 0.0004544 0.0019958 0.00067672

Posted from the action

github-actions[bot] commented 3 years ago
platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Darwin) 9d60486517c705b47d3e5e297eff924349555f73@topic-trie-dict 1811 0.00014528 0.00488274 0.00015736
PyPy-3.6.12(Linux) 9d60486517c705b47d3e5e297eff924349555f73@topic-trie-dict 1699 0.0001394 0.0050163 0.00016773
CPython-3.7.9(Windows) 9d60486517c705b47d3e5e297eff924349555f73@topic-trie-dict 504 0.0005484 0.000708 0.000565313
CPython-3.9.5(Windows) 9d60486517c705b47d3e5e297eff924349555f73@topic-trie-dict 456 0.0005581 0.0009053 0.000624862
CPython-3.7.10(Linux) 9d60486517c705b47d3e5e297eff924349555f73@topic-trie-dict 441 0.000640441 0.000670743 0.000646543
CPython-3.9.5(Darwin) 9d60486517c705b47d3e5e297eff924349555f73@topic-trie-dict 432 0.000643512 0.00075091 0.0006601
CPython-3.7.10(Darwin) 9d60486517c705b47d3e5e297eff924349555f73@topic-trie-dict 424 0.000665694 0.000694747 0.000672461
CPython-3.9.5(Linux) 9d60486517c705b47d3e5e297eff924349555f73@topic-trie-dict 391 0.000667391 0.00156608 0.000728343

Posted from the action

github-actions[bot] commented 3 years ago
platform commit rate (char/mSec) min(sec) max(sec) mean(sec)
PyPy-3.6.12(Linux) 262fbe348d3c60325f275fb27986692d66ca93ee@topic-unihandecode-case 2178 0.000104402 0.00442859 0.000130838
PyPy-3.6.12(Darwin) 262fbe348d3c60325f275fb27986692d66ca93ee@topic-unihandecode-case 1901 0.000138158 0.00557891 0.000149895
CPython-3.9.5(Windows) 262fbe348d3c60325f275fb27986692d66ca93ee@topic-unihandecode-case 507 0.0004384 0.0008331 0.000561841
CPython-3.7.10(Linux) 262fbe348d3c60325f275fb27986692d66ca93ee@topic-unihandecode-case 484 0.000583011 0.000625512 0.00058894
CPython-3.7.9(Windows) 262fbe348d3c60325f275fb27986692d66ca93ee@topic-unihandecode-case 467 0.0005917 0.000741 0.000610041
CPython-3.9.5(Linux) 262fbe348d3c60325f275fb27986692d66ca93ee@topic-unihandecode-case 405 0.000664103 0.00141021 0.000703868
CPython-3.9.5(Darwin) 262fbe348d3c60325f275fb27986692d66ca93ee@topic-unihandecode-case 398 0.000688287 0.00103824 0.000716485
CPython-3.7.10(Darwin) 262fbe348d3c60325f275fb27986692d66ca93ee@topic-unihandecode-case 384 0.000711217 0.000941178 0.000742735

Posted from the action

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days