Skip to content

Commit 53920a4

Browse files
author
github-action-benchmark
committed
add Benchmark (googlecpp) benchmark result for 0571919
1 parent 5dbdb2d commit 53920a4

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

dev/bench/data.js

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1748844400852,
2+
"lastUpdate": 1748848850542,
33
"repoUrl": "https://github.com/pikasTech/PikaPython",
44
"entries": {
55
"Benchmark": [
@@ -113509,6 +113509,66 @@ window.BENCHMARK_DATA = {
113509113509
"extra": "iterations: 348930\ncpu: 0.005 ms\nthreads: 1"
113510113510
}
113511113511
]
113512+
},
113513+
{
113514+
"commit": {
113515+
"author": {
113516+
"email": "liang6516@outlook.com",
113517+
"name": "lyon",
113518+
"username": "pikasTech"
113519+
},
113520+
"committer": {
113521+
"email": "liang6516@outlook.com",
113522+
"name": "lyon",
113523+
"username": "pikasTech"
113524+
},
113525+
"distinct": true,
113526+
"id": "05719194e9f3674cdc3a5d3d0b43de8f920f63a3",
113527+
"message": "support corutine mode for event",
113528+
"timestamp": "2025-06-02T15:06:53+08:00",
113529+
"tree_id": "b9c9b216f50cface2f3b9b7c6b0d82e4caeedb53",
113530+
"url": "https://github.com/pikasTech/PikaPython/commit/05719194e9f3674cdc3a5d3d0b43de8f920f63a3"
113531+
},
113532+
"date": 1748848842262,
113533+
"tool": "googlecpp",
113534+
"benches": [
113535+
{
113536+
"name": "Performance Points",
113537+
"value": 15920.138768226627,
113538+
"unit": "Point/iter",
113539+
"extra": "iterations: 1\ncpu: 15920.138768226627 Point\nthreads: 1"
113540+
},
113541+
{
113542+
"name": "for_loop_10000",
113543+
"value": 24.887196303673182,
113544+
"unit": "ms/iter",
113545+
"extra": "iterations: 70\ncpu: 24.885997909521933 ms\nthreads: 1"
113546+
},
113547+
{
113548+
"name": "while_loop_10000",
113549+
"value": 13.589260715816263,
113550+
"unit": "ms/iter",
113551+
"extra": "iterations: 130\ncpu: 13.588737765293429 ms\nthreads: 1"
113552+
},
113553+
{
113554+
"name": "for_print_1000",
113555+
"value": 13.014226793259834,
113556+
"unit": "ms/iter",
113557+
"extra": "iterations: 135\ncpu: 13.013991048409133 ms\nthreads: 1"
113558+
},
113559+
{
113560+
"name": "prime_number_100",
113561+
"value": 3.1408709044782364,
113562+
"unit": "ms/iter",
113563+
"extra": "iterations: 561\ncpu: 3.140676141579235 ms\nthreads: 1"
113564+
},
113565+
{
113566+
"name": "prime_number_100_c",
113567+
"value": 0.005000102512075769,
113568+
"unit": "ms/iter",
113569+
"extra": "iterations: 349767\ncpu: 0.005 ms\nthreads: 1"
113570+
}
113571+
]
113512113572
}
113513113573
]
113514113574
}

0 commit comments

Comments
 (0)