|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1784356092348, |
| 2 | + "lastUpdate": 1784361193598, |
3 | 3 | "repoUrl": "https://github.com/pikasTech/PikaPython", |
4 | 4 | "entries": { |
5 | 5 | "Benchmark": [ |
@@ -113845,6 +113845,108 @@ window.BENCHMARK_DATA = { |
113845 | 113845 | "extra": "iterations: 320911\ncpu: 0.005 ms\nthreads: 1" |
113846 | 113846 | } |
113847 | 113847 | ] |
| 113848 | + }, |
| 113849 | + { |
| 113850 | + "commit": { |
| 113851 | + "author": { |
| 113852 | + "email": "liang6516@outlook.com", |
| 113853 | + "name": "pikastech", |
| 113854 | + "username": "pikasTech" |
| 113855 | + }, |
| 113856 | + "committer": { |
| 113857 | + "email": "liang6516@outlook.com", |
| 113858 | + "name": "pikastech", |
| 113859 | + "username": "pikasTech" |
| 113860 | + }, |
| 113861 | + "distinct": true, |
| 113862 | + "id": "8a3be54149acea31cb2e577245bc1d963e7086cf", |
| 113863 | + "message": "perf: optimize recursive function lookup", |
| 113864 | + "timestamp": "2026-07-18T09:38:06+02:00", |
| 113865 | + "tree_id": "bbd160a11c04bb3402b7b80606e46d2633e5f37d", |
| 113866 | + "url": "https://github.com/pikasTech/PikaPython/commit/8a3be54149acea31cb2e577245bc1d963e7086cf" |
| 113867 | + }, |
| 113868 | + "date": 1784361185995, |
| 113869 | + "tool": "googlecpp", |
| 113870 | + "benches": [ |
| 113871 | + { |
| 113872 | + "name": "Performance Points", |
| 113873 | + "value": 18125.962892941603, |
| 113874 | + "unit": "Point/iter", |
| 113875 | + "extra": "iterations: 1\ncpu: 18125.962892941603 Point\nthreads: 1" |
| 113876 | + }, |
| 113877 | + { |
| 113878 | + "name": "for_loop_10000", |
| 113879 | + "value": 20.677644044327288, |
| 113880 | + "unit": "ms/iter", |
| 113881 | + "extra": "iterations: 84\ncpu: 20.676020103482315 ms\nthreads: 1" |
| 113882 | + }, |
| 113883 | + { |
| 113884 | + "name": "while_loop_10000", |
| 113885 | + "value": 12.441038047885923, |
| 113886 | + "unit": "ms/iter", |
| 113887 | + "extra": "iterations: 141\ncpu: 12.440425075637961 ms\nthreads: 1" |
| 113888 | + }, |
| 113889 | + { |
| 113890 | + "name": "function_call_1000", |
| 113891 | + "value": 14.647692550696775, |
| 113892 | + "unit": "ms/iter", |
| 113893 | + "extra": "iterations: 119\ncpu: 14.647161920970436 ms\nthreads: 1" |
| 113894 | + }, |
| 113895 | + { |
| 113896 | + "name": "function_call_default_1000", |
| 113897 | + "value": 4.450494920215106, |
| 113898 | + "unit": "ms/iter", |
| 113899 | + "extra": "iterations: 392\ncpu: 4.450290893183119 ms\nthreads: 1" |
| 113900 | + }, |
| 113901 | + { |
| 113902 | + "name": "function_call_kwargs_1000", |
| 113903 | + "value": 8.98719559520282, |
| 113904 | + "unit": "ms/iter", |
| 113905 | + "extra": "iterations: 195\ncpu: 8.986667655040266 ms\nthreads: 1" |
| 113906 | + }, |
| 113907 | + { |
| 113908 | + "name": "function_call_kwargs_large_constpool_1000", |
| 113909 | + "value": 10.208739655948428, |
| 113910 | + "unit": "ms/iter", |
| 113911 | + "extra": "iterations: 172\ncpu: 10.208035168138657 ms\nthreads: 1" |
| 113912 | + }, |
| 113913 | + { |
| 113914 | + "name": "function_call_starred_1000", |
| 113915 | + "value": 26.795874806852492, |
| 113916 | + "unit": "ms/iter", |
| 113917 | + "extra": "iterations: 65\ncpu: 26.79462279169169 ms\nthreads: 1" |
| 113918 | + }, |
| 113919 | + { |
| 113920 | + "name": "fibonacci_recursive_20", |
| 113921 | + "value": 74.46399114112583, |
| 113922 | + "unit": "ms/iter", |
| 113923 | + "extra": "iterations: 23\ncpu: 74.46113222470957 ms\nthreads: 1" |
| 113924 | + }, |
| 113925 | + { |
| 113926 | + "name": "embedded_control_loop_1000", |
| 113927 | + "value": 16.02822038375369, |
| 113928 | + "unit": "ms/iter", |
| 113929 | + "extra": "iterations: 108\ncpu: 16.026929546284283 ms\nthreads: 1" |
| 113930 | + }, |
| 113931 | + { |
| 113932 | + "name": "for_print_1000", |
| 113933 | + "value": 10.83547631670942, |
| 113934 | + "unit": "ms/iter", |
| 113935 | + "extra": "iterations: 161\ncpu: 10.834945999701596 ms\nthreads: 1" |
| 113936 | + }, |
| 113937 | + { |
| 113938 | + "name": "prime_number_100", |
| 113939 | + "value": 2.758697350085996, |
| 113940 | + "unit": "ms/iter", |
| 113941 | + "extra": "iterations: 636\ncpu: 2.7584741453636323 ms\nthreads: 1" |
| 113942 | + }, |
| 113943 | + { |
| 113944 | + "name": "prime_number_100_c", |
| 113945 | + "value": 0.005000218792494044, |
| 113946 | + "unit": "ms/iter", |
| 113947 | + "extra": "iterations: 349430\ncpu: 0.005 ms\nthreads: 1" |
| 113948 | + } |
| 113949 | + ] |
113848 | 113950 | } |
113849 | 113951 | ] |
113850 | 113952 | } |
|
0 commit comments