|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1785862078901, |
| 2 | + "lastUpdate": 1789111293425, |
3 | 3 | "repoUrl": "https://github.com/pikasTech/PikaPython", |
4 | 4 | "entries": { |
5 | 5 | "Benchmark": [ |
@@ -114865,6 +114865,108 @@ window.BENCHMARK_DATA = { |
114865 | 114865 | "extra": "iterations: 352326\ncpu: 0.005 ms\nthreads: 1" |
114866 | 114866 | } |
114867 | 114867 | ] |
| 114868 | + }, |
| 114869 | + { |
| 114870 | + "commit": { |
| 114871 | + "author": { |
| 114872 | + "email": "88232613+pikasTech@users.noreply.github.com", |
| 114873 | + "name": "Lyon", |
| 114874 | + "username": "pikasTech" |
| 114875 | + }, |
| 114876 | + "committer": { |
| 114877 | + "email": "noreply@github.com", |
| 114878 | + "name": "GitHub", |
| 114879 | + "username": "web-flow" |
| 114880 | + }, |
| 114881 | + "distinct": true, |
| 114882 | + "id": "99ea8246ccaa3cc0b444df6f921efa574e914ec9", |
| 114883 | + "message": "Merge pull request #381 from akkako/fix/shell-block-else\n\nfix(shell): keep else/elif/except/finally inside multi-line REPL block", |
| 114884 | + "timestamp": "2026-09-11T15:08:41+08:00", |
| 114885 | + "tree_id": "9d4880fdbdd87f2b21e6a5118b6565d9cc71881e", |
| 114886 | + "url": "https://github.com/pikasTech/PikaPython/commit/99ea8246ccaa3cc0b444df6f921efa574e914ec9" |
| 114887 | + }, |
| 114888 | + "date": 1789111286772, |
| 114889 | + "tool": "googlecpp", |
| 114890 | + "benches": [ |
| 114891 | + { |
| 114892 | + "name": "Performance Points", |
| 114893 | + "value": 18847.759947168306, |
| 114894 | + "unit": "Point/iter", |
| 114895 | + "extra": "iterations: 1\ncpu: 18847.759947168306 Point\nthreads: 1" |
| 114896 | + }, |
| 114897 | + { |
| 114898 | + "name": "for_loop_10000", |
| 114899 | + "value": 19.405485716379854, |
| 114900 | + "unit": "ms/iter", |
| 114901 | + "extra": "iterations: 103\ncpu: 19.406085087366233 ms\nthreads: 1" |
| 114902 | + }, |
| 114903 | + { |
| 114904 | + "name": "while_loop_10000", |
| 114905 | + "value": 12.734113781499428, |
| 114906 | + "unit": "ms/iter", |
| 114907 | + "extra": "iterations: 159\ncpu: 12.734580275659562 ms\nthreads: 1" |
| 114908 | + }, |
| 114909 | + { |
| 114910 | + "name": "function_call_1000", |
| 114911 | + "value": 12.806040327121016, |
| 114912 | + "unit": "ms/iter", |
| 114913 | + "extra": "iterations: 157\ncpu: 12.806139515573111 ms\nthreads: 1" |
| 114914 | + }, |
| 114915 | + { |
| 114916 | + "name": "function_call_default_1000", |
| 114917 | + "value": 3.8874804505740364, |
| 114918 | + "unit": "ms/iter", |
| 114919 | + "extra": "iterations: 518\ncpu: 3.8876024346875973 ms\nthreads: 1" |
| 114920 | + }, |
| 114921 | + { |
| 114922 | + "name": "function_call_kwargs_1000", |
| 114923 | + "value": 7.986528234221183, |
| 114924 | + "unit": "ms/iter", |
| 114925 | + "extra": "iterations: 253\ncpu: 7.986682159016353 ms\nthreads: 1" |
| 114926 | + }, |
| 114927 | + { |
| 114928 | + "name": "function_call_kwargs_large_constpool_1000", |
| 114929 | + "value": 9.466852120470822, |
| 114930 | + "unit": "ms/iter", |
| 114931 | + "extra": "iterations: 214\ncpu: 9.467114567720872 ms\nthreads: 1" |
| 114932 | + }, |
| 114933 | + { |
| 114934 | + "name": "function_call_starred_1000", |
| 114935 | + "value": 22.54945956285977, |
| 114936 | + "unit": "ms/iter", |
| 114937 | + "extra": "iterations: 89\ncpu: 22.550031375809226 ms\nthreads: 1" |
| 114938 | + }, |
| 114939 | + { |
| 114940 | + "name": "fibonacci_recursive_20", |
| 114941 | + "value": 66.95870849177186, |
| 114942 | + "unit": "ms/iter", |
| 114943 | + "extra": "iterations: 30\ncpu: 66.96074025319393 ms\nthreads: 1" |
| 114944 | + }, |
| 114945 | + { |
| 114946 | + "name": "embedded_control_loop_1000", |
| 114947 | + "value": 14.52549162427398, |
| 114948 | + "unit": "ms/iter", |
| 114949 | + "extra": "iterations: 139\ncpu: 14.525978162858712 ms\nthreads: 1" |
| 114950 | + }, |
| 114951 | + { |
| 114952 | + "name": "for_print_1000", |
| 114953 | + "value": 9.256491445427786, |
| 114954 | + "unit": "ms/iter", |
| 114955 | + "extra": "iterations: 217\ncpu: 9.256766607904234 ms\nthreads: 1" |
| 114956 | + }, |
| 114957 | + { |
| 114958 | + "name": "prime_number_100", |
| 114959 | + "value": 2.6527622942704356, |
| 114960 | + "unit": "ms/iter", |
| 114961 | + "extra": "iterations: 754\ncpu: 2.6528351454047474 ms\nthreads: 1" |
| 114962 | + }, |
| 114963 | + { |
| 114964 | + "name": "prime_number_100_c", |
| 114965 | + "value": 0.004999847847999687, |
| 114966 | + "unit": "ms/iter", |
| 114967 | + "extra": "iterations: 402968\ncpu: 0.005 ms\nthreads: 1" |
| 114968 | + } |
| 114969 | + ] |
114868 | 114970 | } |
114869 | 114971 | ] |
114870 | 114972 | } |
|
0 commit comments