Skip to content

Commit 05bfcff

Browse files
author
github-action-benchmark
committed
add Benchmark (googlecpp) benchmark result for 8aca0c1
1 parent a9aac3c commit 05bfcff

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": 1784387216430,
2+
"lastUpdate": 1784390188124,
33
"repoUrl": "https://github.com/pikasTech/PikaPython",
44
"entries": {
55
"Benchmark": [
@@ -114253,6 +114253,108 @@ window.BENCHMARK_DATA = {
114253114253
"extra": "iterations: 320587\ncpu: 0.005 ms\nthreads: 1"
114254114254
}
114255114255
]
114256+
},
114257+
{
114258+
"commit": {
114259+
"author": {
114260+
"email": "liang6516@outlook.com",
114261+
"name": "pikastech",
114262+
"username": "pikasTech"
114263+
},
114264+
"committer": {
114265+
"email": "liang6516@outlook.com",
114266+
"name": "pikastech",
114267+
"username": "pikasTech"
114268+
},
114269+
"distinct": true,
114270+
"id": "8aca0c1606d829d7d49fdff22b9d82afcd317bd1",
114271+
"message": "chore: finalize 1.14.0 release",
114272+
"timestamp": "2026-07-18T17:40:40+02:00",
114273+
"tree_id": "777963451e2bc4168a71951706afec9c9a4b9cf6",
114274+
"url": "https://github.com/pikasTech/PikaPython/commit/8aca0c1606d829d7d49fdff22b9d82afcd317bd1"
114275+
},
114276+
"date": 1784390180882,
114277+
"tool": "googlecpp",
114278+
"benches": [
114279+
{
114280+
"name": "Performance Points",
114281+
"value": 16558.132611821307,
114282+
"unit": "Point/iter",
114283+
"extra": "iterations: 1\ncpu: 16558.132611821307 Point\nthreads: 1"
114284+
},
114285+
{
114286+
"name": "for_loop_10000",
114287+
"value": 22.04034546228624,
114288+
"unit": "ms/iter",
114289+
"extra": "iterations: 80\ncpu: 22.0385299363815 ms\nthreads: 1"
114290+
},
114291+
{
114292+
"name": "while_loop_10000",
114293+
"value": 13.361008882561883,
114294+
"unit": "ms/iter",
114295+
"extra": "iterations: 132\ncpu: 13.3601378994854 ms\nthreads: 1"
114296+
},
114297+
{
114298+
"name": "function_call_1000",
114299+
"value": 15.16716411581703,
114300+
"unit": "ms/iter",
114301+
"extra": "iterations: 117\ncpu: 15.164949385162112 ms\nthreads: 1"
114302+
},
114303+
{
114304+
"name": "function_call_default_1000",
114305+
"value": 4.730087387099849,
114306+
"unit": "ms/iter",
114307+
"extra": "iterations: 374\ncpu: 4.729776397657849 ms\nthreads: 1"
114308+
},
114309+
{
114310+
"name": "function_call_kwargs_1000",
114311+
"value": 9.252894976101743,
114312+
"unit": "ms/iter",
114313+
"extra": "iterations: 191\ncpu: 9.251641799143657 ms\nthreads: 1"
114314+
},
114315+
{
114316+
"name": "function_call_kwargs_large_constpool_1000",
114317+
"value": 10.689933812885485,
114318+
"unit": "ms/iter",
114319+
"extra": "iterations: 165\ncpu: 10.688862836750573 ms\nthreads: 1"
114320+
},
114321+
{
114322+
"name": "function_call_starred_1000",
114323+
"value": 27.572527874987433,
114324+
"unit": "ms/iter",
114325+
"extra": "iterations: 64\ncpu: 27.568618106207357 ms\nthreads: 1"
114326+
},
114327+
{
114328+
"name": "fibonacci_recursive_20",
114329+
"value": 77.10293069609551,
114330+
"unit": "ms/iter",
114331+
"extra": "iterations: 23\ncpu: 77.09679447695099 ms\nthreads: 1"
114332+
},
114333+
{
114334+
"name": "embedded_control_loop_1000",
114335+
"value": 16.990375291658456,
114336+
"unit": "ms/iter",
114337+
"extra": "iterations: 105\ncpu: 16.988065015220467 ms\nthreads: 1"
114338+
},
114339+
{
114340+
"name": "for_print_1000",
114341+
"value": 11.233719204795793,
114342+
"unit": "ms/iter",
114343+
"extra": "iterations: 157\ncpu: 11.232643032348046 ms\nthreads: 1"
114344+
},
114345+
{
114346+
"name": "prime_number_100",
114347+
"value": 3.02003644986564,
114348+
"unit": "ms/iter",
114349+
"extra": "iterations: 584\ncpu: 3.019664183888926 ms\nthreads: 1"
114350+
},
114351+
{
114352+
"name": "prime_number_100_c",
114353+
"value": 0.00500040196767142,
114354+
"unit": "ms/iter",
114355+
"extra": "iterations: 352735\ncpu: 0.005 ms\nthreads: 1"
114356+
}
114357+
]
114256114358
}
114257114359
]
114258114360
}

0 commit comments

Comments
 (0)