Skip to content

Commit

Permalink
add Benchmark -Os (googlecpp) benchmark result for 40ef3ce
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 5, 2024
1 parent 4494221 commit 3df71b5
Showing 1 changed file with 81 additions and 1 deletion.
82 changes: 81 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": 1733300152317,
"lastUpdate": 1733386565771,
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite",
"entries": {
"Benchmark -Os": [
Expand Down Expand Up @@ -156941,6 +156941,86 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 10\ncpu: 109 sec\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "Daniel Thornburgh",
"username": "Daniel Thornburgh"
},
"committer": {
"name": "Daniel Thornburgh",
"username": "Daniel Thornburgh"
},
"id": "40ef3ce12c54fe766cbb8c9d19a3a72e5037f588",
"message": "Merge remote-tracking branch 'upstream/main'",
"timestamp": "2024-11-23T00:33:31Z",
"url": "https://github.com/llvm-mos/llvm-test-suite/commit/40ef3ce12c54fe766cbb8c9d19a3a72e5037f588"
},
"date": 1733386557316,
"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": 20429805,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 20429805 cycles\nthreads: 1"
},
{
"name": "CoreMark",
"value": 109,
"unit": "sec/iter",
"extra": "iterations: 10\ncpu: 109 sec\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 3df71b5

Please sign in to comment.