Skip to content

Commit a9aac3c

Browse files
author
github-action-benchmark
committed
add Benchmark (googlecpp) benchmark result for a939f37
1 parent 2b37c7d commit a9aac3c

1 file changed

Lines changed: 103 additions & 1 deletion

File tree

dev/bench/data.js

Lines changed: 103 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1784376760755,
2+
"lastUpdate": 1784387216430,
33
"repoUrl": "https://github.com/pikasTech/PikaPython",
44
"entries": {
55
"Benchmark": [
@@ -114151,6 +114151,108 @@ window.BENCHMARK_DATA = {
114151114151
"extra": "iterations: 320775\ncpu: 0.005 ms\nthreads: 1"
114152114152
}
114153114153
]
114154+
},
114155+
{
114156+
"commit": {
114157+
"author": {
114158+
"email": "liang6516@outlook.com",
114159+
"name": "pikastech",
114160+
"username": "pikasTech"
114161+
},
114162+
"committer": {
114163+
"email": "liang6516@outlook.com",
114164+
"name": "pikastech",
114165+
"username": "pikasTech"
114166+
},
114167+
"distinct": true,
114168+
"id": "a939f37cbe8d8fa496146c3557d2c76d8d77e45d",
114169+
"message": "fix: preserve nested exception semantics",
114170+
"timestamp": "2026-07-18T16:52:23+02:00",
114171+
"tree_id": "4fddd0a7eaae722ddefdf95e4ac7a995844ac9b6",
114172+
"url": "https://github.com/pikasTech/PikaPython/commit/a939f37cbe8d8fa496146c3557d2c76d8d77e45d"
114173+
},
114174+
"date": 1784387209143,
114175+
"tool": "googlecpp",
114176+
"benches": [
114177+
{
114178+
"name": "Performance Points",
114179+
"value": 19539.02324829615,
114180+
"unit": "Point/iter",
114181+
"extra": "iterations: 1\ncpu: 19539.02324829615 Point\nthreads: 1"
114182+
},
114183+
{
114184+
"name": "for_loop_10000",
114185+
"value": 17.597073554961337,
114186+
"unit": "ms/iter",
114187+
"extra": "iterations: 91\ncpu: 17.596555479372814 ms\nthreads: 1"
114188+
},
114189+
{
114190+
"name": "while_loop_10000",
114191+
"value": 11.12592737617637,
114192+
"unit": "ms/iter",
114193+
"extra": "iterations: 145\ncpu: 11.125022258834314 ms\nthreads: 1"
114194+
},
114195+
{
114196+
"name": "function_call_1000",
114197+
"value": 12.457566828755782,
114198+
"unit": "ms/iter",
114199+
"extra": "iterations: 129\ncpu: 12.456699448377885 ms\nthreads: 1"
114200+
},
114201+
{
114202+
"name": "function_call_default_1000",
114203+
"value": 3.7300838136010213,
114204+
"unit": "ms/iter",
114205+
"extra": "iterations: 428\ncpu: 3.7297707782407667 ms\nthreads: 1"
114206+
},
114207+
{
114208+
"name": "function_call_kwargs_1000",
114209+
"value": 7.672370029809131,
114210+
"unit": "ms/iter",
114211+
"extra": "iterations: 210\ncpu: 7.672150296760278 ms\nthreads: 1"
114212+
},
114213+
{
114214+
"name": "function_call_kwargs_large_constpool_1000",
114215+
"value": 8.855598475371924,
114216+
"unit": "ms/iter",
114217+
"extra": "iterations: 182\ncpu: 8.854679843264101 ms\nthreads: 1"
114218+
},
114219+
{
114220+
"name": "function_call_starred_1000",
114221+
"value": 22.613334187532796,
114222+
"unit": "ms/iter",
114223+
"extra": "iterations: 71\ncpu: 22.612492905180442 ms\nthreads: 1"
114224+
},
114225+
{
114226+
"name": "fibonacci_recursive_20",
114227+
"value": 65.47728330945749,
114228+
"unit": "ms/iter",
114229+
"extra": "iterations: 25\ncpu: 65.46962194032005 ms\nthreads: 1"
114230+
},
114231+
{
114232+
"name": "embedded_control_loop_1000",
114233+
"value": 14.179146471921243,
114234+
"unit": "ms/iter",
114235+
"extra": "iterations: 114\ncpu: 14.178494208500048 ms\nthreads: 1"
114236+
},
114237+
{
114238+
"name": "for_print_1000",
114239+
"value": 9.066389004662748,
114240+
"unit": "ms/iter",
114241+
"extra": "iterations: 175\ncpu: 9.065942230855029 ms\nthreads: 1"
114242+
},
114243+
{
114244+
"name": "prime_number_100",
114245+
"value": 2.5591171842747205,
114246+
"unit": "ms/iter",
114247+
"extra": "iterations: 628\ncpu: 2.5589815501325086 ms\nthreads: 1"
114248+
},
114249+
{
114250+
"name": "prime_number_100_c",
114251+
"value": 0.005000300131752748,
114252+
"unit": "ms/iter",
114253+
"extra": "iterations: 320587\ncpu: 0.005 ms\nthreads: 1"
114254+
}
114255+
]
114154114256
}
114155114257
]
114156114258
}

0 commit comments

Comments
 (0)