Skip to content

Commit

Permalink
add Benchmark -Os (googlecpp) benchmark result for 1c804ed4d939053620…
Browse files Browse the repository at this point in the history
…a6f7631f0d420592956072
  • Loading branch information
github-action-benchmark committed Sep 25, 2023
1 parent 6db7a3d commit d77a70f
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": 1695629657791,
"lastUpdate": 1695661059881,
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite",
"entries": {
"Benchmark -Os": [
Expand Down Expand Up @@ -96897,6 +96897,90 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 10\ncpu: 107 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": "1c804ed4d939053620a6f7631f0d420592956072",
"message": "Use __builtin_bit_cast to make SoA constexpr if possible\n\nreinterpret_cast is never allowed in constexpr, so this worked only but\nfor the grace of God. Using __builtin_bit_cast allows this to work in\nmore cases, but it still doesn't work if the data structure contains\npointers. There doesn't appear to be much we can do about this,\nunfortunately.",
"timestamp": "2023-09-25T09:41:38-07:00",
"tree_id": "23bf08c58e83e5d2ce0b445eb936f3fc883515e1",
"url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/1c804ed4d939053620a6f7631f0d420592956072"
},
"date": 1695661053837,
"tool": "googlecpp",
"benches": [
{
"name": "6502-compilers/bench/ccgame/game_01_start",
"value": 3085193,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 3085193 cycles\nthreads: 1"
},
{
"name": "6502-compilers/bench/ccgame/game_modern_optims",
"value": 647635,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 647635 cycles\nthreads: 1"
},
{
"name": "6502-compilers/bench/ccgame/game_modern_optims_structarray",
"value": 2098427,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 2098427 cycles\nthreads: 1"
},
{
"name": "6502-compilers/bench/coroutine",
"value": 6946,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 6946 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": 44845,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 44845 cycles\nthreads: 1"
},
{
"name": "Dhrystone",
"value": 40327821,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 40327821 cycles\nthreads: 1"
},
{
"name": "BYTE Sieve",
"value": 21249917,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 21249917 cycles\nthreads: 1"
},
{
"name": "CoreMark",
"value": 107,
"unit": "sec/iter",
"extra": "iterations: 10\ncpu: 107 sec\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit d77a70f

Please sign in to comment.