Skip to content

Commit ecc422c

Browse files
author
github-action-benchmark
committed
add Benchmark (googlecpp) benchmark result for 0506bb4
1 parent d7494d1 commit ecc422c

1 file changed

Lines changed: 97 additions & 1 deletion

File tree

dev/bench/data.js

Lines changed: 97 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1784343667627,
2+
"lastUpdate": 1784356092348,
33
"repoUrl": "https://github.com/pikasTech/PikaPython",
44
"entries": {
55
"Benchmark": [
@@ -113749,6 +113749,102 @@ window.BENCHMARK_DATA = {
113749113749
"extra": "iterations: 362801\ncpu: 0.005 ms\nthreads: 1"
113750113750
}
113751113751
]
113752+
},
113753+
{
113754+
"commit": {
113755+
"author": {
113756+
"email": "liang6516@outlook.com",
113757+
"name": "pikastech",
113758+
"username": "pikasTech"
113759+
},
113760+
"committer": {
113761+
"email": "liang6516@outlook.com",
113762+
"name": "pikastech",
113763+
"username": "pikasTech"
113764+
},
113765+
"distinct": true,
113766+
"id": "0506bb424da66a291313954c71d789f9dc62a4db",
113767+
"message": "perf: add representative VM benchmark",
113768+
"timestamp": "2026-07-18T08:12:53+02:00",
113769+
"tree_id": "e3cfa01efb5ddc2d9b5298ca4d92a90038b4f0a7",
113770+
"url": "https://github.com/pikasTech/PikaPython/commit/0506bb424da66a291313954c71d789f9dc62a4db"
113771+
},
113772+
"date": 1784356085068,
113773+
"tool": "googlecpp",
113774+
"benches": [
113775+
{
113776+
"name": "Performance Points",
113777+
"value": 19248.62165998151,
113778+
"unit": "Point/iter",
113779+
"extra": "iterations: 1\ncpu: 19248.62165998151 Point\nthreads: 1"
113780+
},
113781+
{
113782+
"name": "for_loop_10000",
113783+
"value": 18.30986643784367,
113784+
"unit": "ms/iter",
113785+
"extra": "iterations: 88\ncpu: 18.30926323569331 ms\nthreads: 1"
113786+
},
113787+
{
113788+
"name": "while_loop_10000",
113789+
"value": 11.225927332511016,
113790+
"unit": "ms/iter",
113791+
"extra": "iterations: 143\ncpu: 11.22581852051732 ms\nthreads: 1"
113792+
},
113793+
{
113794+
"name": "function_call_1000",
113795+
"value": 12.928272050200126,
113796+
"unit": "ms/iter",
113797+
"extra": "iterations: 124\ncpu: 12.928197598471652 ms\nthreads: 1"
113798+
},
113799+
{
113800+
"name": "function_call_default_1000",
113801+
"value": 3.9000689375354236,
113802+
"unit": "ms/iter",
113803+
"extra": "iterations: 410\ncpu: 3.899991748801065 ms\nthreads: 1"
113804+
},
113805+
{
113806+
"name": "function_call_kwargs_1000",
113807+
"value": 7.975057759271963,
113808+
"unit": "ms/iter",
113809+
"extra": "iterations: 201\ncpu: 7.974829760584272 ms\nthreads: 1"
113810+
},
113811+
{
113812+
"name": "function_call_kwargs_large_constpool_1000",
113813+
"value": 9.052067589497714,
113814+
"unit": "ms/iter",
113815+
"extra": "iterations: 177\ncpu: 9.05164579119947 ms\nthreads: 1"
113816+
},
113817+
{
113818+
"name": "function_call_starred_1000",
113819+
"value": 23.493119798606795,
113820+
"unit": "ms/iter",
113821+
"extra": "iterations: 69\ncpu: 23.49318825844924 ms\nthreads: 1"
113822+
},
113823+
{
113824+
"name": "embedded_control_loop_1000",
113825+
"value": 14.338619576453265,
113826+
"unit": "ms/iter",
113827+
"extra": "iterations: 112\ncpu: 14.337616291511873 ms\nthreads: 1"
113828+
},
113829+
{
113830+
"name": "for_print_1000",
113831+
"value": 9.80291745240273,
113832+
"unit": "ms/iter",
113833+
"extra": "iterations: 164\ncpu: 9.80282795416787 ms\nthreads: 1"
113834+
},
113835+
{
113836+
"name": "prime_number_100",
113837+
"value": 2.5978822275939994,
113838+
"unit": "ms/iter",
113839+
"extra": "iterations: 619\ncpu: 2.5975885901457336 ms\nthreads: 1"
113840+
},
113841+
{
113842+
"name": "prime_number_100_c",
113843+
"value": 0.005000137412885794,
113844+
"unit": "ms/iter",
113845+
"extra": "iterations: 320911\ncpu: 0.005 ms\nthreads: 1"
113846+
}
113847+
]
113752113848
}
113753113849
]
113754113850
}

0 commit comments

Comments
 (0)