-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (googlecpp) benchmark result for f40a266
- Loading branch information
github-action-benchmark
committed
Aug 8, 2024
1 parent
b54024e
commit dca6a0f
Showing
1 changed file
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1723146312183, | ||
"lastUpdate": 1723147250201, | ||
"repoUrl": "https://github.com/pikasTech/PikaPython", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -112429,6 +112429,66 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 354996\ncpu: 0.005 ms\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "lyon", | ||
"username": "pikasTech" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "lyon", | ||
"username": "pikasTech" | ||
}, | ||
"distinct": true, | ||
"id": "f40a2669435edeaa1e6ece272c24594489bc44d4", | ||
"message": "release packages for v1.13.4", | ||
"timestamp": "2024-08-09T03:44:03+08:00", | ||
"tree_id": "3de73881f5aa4d0c29e2fff495745f00f61d7d35", | ||
"url": "https://github.com/pikasTech/PikaPython/commit/f40a2669435edeaa1e6ece272c24594489bc44d4" | ||
}, | ||
"date": 1723147242927, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "Performance Points", | ||
"value": 15939.205150622101, | ||
"unit": "Point/iter", | ||
"extra": "iterations: 1\ncpu: 15939.205150622101 Point\nthreads: 1" | ||
}, | ||
{ | ||
"name": "for_loop_10000", | ||
"value": 25.39150318189606, | ||
"unit": "ms/iter", | ||
"extra": "iterations: 70\ncpu: 25.390991423920923 ms\nthreads: 1" | ||
}, | ||
{ | ||
"name": "while_loop_10000", | ||
"value": 13.37166737601886, | ||
"unit": "ms/iter", | ||
"extra": "iterations: 133\ncpu: 13.37109412203858 ms\nthreads: 1" | ||
}, | ||
{ | ||
"name": "for_print_1000", | ||
"value": 13.504850355701254, | ||
"unit": "ms/iter", | ||
"extra": "iterations: 129\ncpu: 13.50440036570072 ms\nthreads: 1" | ||
}, | ||
{ | ||
"name": "prime_number_100", | ||
"value": 3.1370507203772933, | ||
"unit": "ms/iter", | ||
"extra": "iterations: 567\ncpu: 3.1369192834592834 ms\nthreads: 1" | ||
}, | ||
{ | ||
"name": "prime_number_100_c", | ||
"value": 0.005000203527496007, | ||
"unit": "ms/iter", | ||
"extra": "iterations: 355234\ncpu: 0.005 ms\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|