Skip to content

Commit

Permalink
add Benchmark -Os (googlecpp) benchmark result for cd715b39676f2f6734…
Browse files Browse the repository at this point in the history
…68803c7a7cf2f0841fe2d1
  • Loading branch information
github-action-benchmark committed Jan 4, 2024
1 parent 15bee87 commit 057ed5b
Showing 1 changed file with 85 additions and 1 deletion.
86 changes: 85 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1704362504949,
"lastUpdate": 1704391570037,
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite",
"entries": {
"Benchmark -Os": [
Expand Down Expand Up @@ -111877,6 +111877,90 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 10\ncpu: 108 sec\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Daniel Thornburgh",
"username": "mysterymath"
},
"committer": {
"email": "[email protected]",
"name": "Daniel Thornburgh",
"username": "mysterymath"
},
"distinct": true,
"id": "cd715b39676f2f673468803c7a7cf2f0841fe2d1",
"message": "Add missing return to strcat",
"timestamp": "2024-01-04T09:49:05-08:00",
"tree_id": "89a8cc74fa3f436fb1600f6d6e675dfb32011b8d",
"url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/cd715b39676f2f673468803c7a7cf2f0841fe2d1"
},
"date": 1704391564253,
"tool": "googlecpp",
"benches": [
{
"name": "6502-compilers/bench/ccgame/game_01_start",
"value": 2369296,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 2369296 cycles\nthreads: 1"
},
{
"name": "6502-compilers/bench/ccgame/game_modern_optims",
"value": 645630,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 645630 cycles\nthreads: 1"
},
{
"name": "6502-compilers/bench/ccgame/game_modern_optims_structarray",
"value": 1422223,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 1422223 cycles\nthreads: 1"
},
{
"name": "6502-compilers/bench/coroutine",
"value": 7310,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 7310 cycles\nthreads: 1"
},
{
"name": "6502-compilers/bench/memcpy",
"value": 10146,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 10146 cycles\nthreads: 1"
},
{
"name": "6502-compilers/bench/rpg",
"value": 175,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 175 cycles\nthreads: 1"
},
{
"name": "6502-compilers/bench/unzip",
"value": 34546,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 34546 cycles\nthreads: 1"
},
{
"name": "Dhrystone",
"value": 36312197,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 36312197 cycles\nthreads: 1"
},
{
"name": "BYTE Sieve",
"value": 24758161,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 24758161 cycles\nthreads: 1"
},
{
"name": "CoreMark",
"value": 108,
"unit": "sec/iter",
"extra": "iterations: 10\ncpu: 108 sec\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 057ed5b

Please sign in to comment.