-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark -Os (googlecpp) benchmark result for b3e9a997fd2d681a01…
…a78c5cc1bf07114d4c59c3
- Loading branch information
github-action-benchmark
committed
Sep 16, 2024
1 parent
ef01fcd
commit acde7b6
Showing
1 changed file
with
85 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": 1726514662059, | ||
"lastUpdate": 1726515333323, | ||
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite", | ||
"entries": { | ||
"Benchmark -Os": [ | ||
|
@@ -148721,6 +148721,90 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 10\ncpu: 109 sec\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Mikael Lund", | ||
"username": "mlund" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "b3e9a997fd2d681a01a78c5cc1bf07114d4c59c3", | ||
"message": "Add JSRFAR macro (#372)", | ||
"timestamp": "2024-09-16T12:10:32-07:00", | ||
"tree_id": "bcf2b9712e354d2749305fc0ad9f5338eac06b63", | ||
"url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/b3e9a997fd2d681a01a78c5cc1bf07114d4c59c3" | ||
}, | ||
"date": 1726515325326, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "6502-compilers/bench/ccgame/game_01_start", | ||
"value": 2311653, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 2311653 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "6502-compilers/bench/ccgame/game_modern_optims", | ||
"value": 636515, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 636515 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "6502-compilers/bench/ccgame/game_modern_optims_structarray", | ||
"value": 1484005, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 1484005 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "6502-compilers/bench/coroutine", | ||
"value": 8679, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 8679 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": 63, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 63 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "6502-compilers/bench/unzip", | ||
"value": 38851, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 38851 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "Dhrystone", | ||
"value": 1742, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 1742 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BYTE Sieve", | ||
"value": 20429801, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 20429801 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "CoreMark", | ||
"value": 109, | ||
"unit": "sec/iter", | ||
"extra": "iterations: 10\ncpu: 109 sec\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|