Skip to content

Commit 217c4d0

Browse files
author
github-action-benchmark
committed
add Benchmark (googlecpp) benchmark result for 530517b
1 parent 82944d6 commit 217c4d0

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": 1784391492338,
2+
"lastUpdate": 1784429853992,
33
"repoUrl": "https://github.com/pikasTech/PikaPython",
44
"entries": {
55
"Benchmark": [
@@ -114457,6 +114457,108 @@ window.BENCHMARK_DATA = {
114457114457
"extra": "iterations: 320814\ncpu: 0.005 ms\nthreads: 1"
114458114458
}
114459114459
]
114460+
},
114461+
{
114462+
"commit": {
114463+
"author": {
114464+
"email": "liang6516@outlook.com",
114465+
"name": "pikastech",
114466+
"username": "pikasTech"
114467+
},
114468+
"committer": {
114469+
"email": "liang6516@outlook.com",
114470+
"name": "pikastech",
114471+
"username": "pikasTech"
114472+
},
114473+
"distinct": true,
114474+
"id": "530517b952529f6d48d53b523feddd3d0b194179",
114475+
"message": "docs: migrate PikaPython MDTODO to TaskTree",
114476+
"timestamp": "2026-07-19T04:43:46+02:00",
114477+
"tree_id": "f0fb7f88c85d62bfb85124fb835a3c38d2f42ca7",
114478+
"url": "https://github.com/pikasTech/PikaPython/commit/530517b952529f6d48d53b523feddd3d0b194179"
114479+
},
114480+
"date": 1784429846929,
114481+
"tool": "googlecpp",
114482+
"benches": [
114483+
{
114484+
"name": "Performance Points",
114485+
"value": 19043.304528829318,
114486+
"unit": "Point/iter",
114487+
"extra": "iterations: 1\ncpu: 19043.304528829318 Point\nthreads: 1"
114488+
},
114489+
{
114490+
"name": "for_loop_10000",
114491+
"value": 20.065093711796337,
114492+
"unit": "ms/iter",
114493+
"extra": "iterations: 96\ncpu: 20.0632901357061 ms\nthreads: 1"
114494+
},
114495+
{
114496+
"name": "while_loop_10000",
114497+
"value": 12.373355632962237,
114498+
"unit": "ms/iter",
114499+
"extra": "iterations: 157\ncpu: 12.37284665924062 ms\nthreads: 1"
114500+
},
114501+
{
114502+
"name": "function_call_1000",
114503+
"value": 13.410889176771462,
114504+
"unit": "ms/iter",
114505+
"extra": "iterations: 144\ncpu: 13.411192325078142 ms\nthreads: 1"
114506+
},
114507+
{
114508+
"name": "function_call_default_1000",
114509+
"value": 3.9827146891733323,
114510+
"unit": "ms/iter",
114511+
"extra": "iterations: 490\ncpu: 3.982628703021578 ms\nthreads: 1"
114512+
},
114513+
{
114514+
"name": "function_call_kwargs_1000",
114515+
"value": 8.599550723229077,
114516+
"unit": "ms/iter",
114517+
"extra": "iterations: 237\ncpu: 8.599248943929926 ms\nthreads: 1"
114518+
},
114519+
{
114520+
"name": "function_call_kwargs_large_constpool_1000",
114521+
"value": 9.693596274142664,
114522+
"unit": "ms/iter",
114523+
"extra": "iterations: 202\ncpu: 9.693746411763765 ms\nthreads: 1"
114524+
},
114525+
{
114526+
"name": "function_call_starred_1000",
114527+
"value": 23.36482397769769,
114528+
"unit": "ms/iter",
114529+
"extra": "iterations: 83\ncpu: 23.364303692203983 ms\nthreads: 1"
114530+
},
114531+
{
114532+
"name": "fibonacci_recursive_20",
114533+
"value": 70.46572549307153,
114534+
"unit": "ms/iter",
114535+
"extra": "iterations: 28\ncpu: 70.46150381463714 ms\nthreads: 1"
114536+
},
114537+
{
114538+
"name": "embedded_control_loop_1000",
114539+
"value": 15.133771707737187,
114540+
"unit": "ms/iter",
114541+
"extra": "iterations: 129\ncpu: 15.133825048306484 ms\nthreads: 1"
114542+
},
114543+
{
114544+
"name": "for_print_1000",
114545+
"value": 9.867196149990665,
114546+
"unit": "ms/iter",
114547+
"extra": "iterations: 197\ncpu: 9.867124797468719 ms\nthreads: 1"
114548+
},
114549+
{
114550+
"name": "prime_number_100",
114551+
"value": 2.6255770791114337,
114552+
"unit": "ms/iter",
114553+
"extra": "iterations: 729\ncpu: 2.6255947293341815 ms\nthreads: 1"
114554+
},
114555+
{
114556+
"name": "prime_number_100_c",
114557+
"value": 0.0050000483442436345,
114558+
"unit": "ms/iter",
114559+
"extra": "iterations: 382273\ncpu: 0.005 ms\nthreads: 1"
114560+
}
114561+
]
114460114562
}
114461114563
]
114462114564
}

0 commit comments

Comments
 (0)