Skip to content

Commit

Permalink
add Benchmark -Os (googlecpp) benchmark result for 530a35c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 24, 2023
1 parent c8a798a commit 413afb1
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": 1698076508842,
"lastUpdate": 1698135154171,
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite",
"entries": {
"Benchmark -Os": [
Expand Down Expand Up @@ -100865,6 +100865,86 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 10\ncpu: 107 sec\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "Daniel Thornburgh",
"username": "Daniel Thornburgh"
},
"committer": {
"name": "Daniel Thornburgh",
"username": "Daniel Thornburgh"
},
"id": "530a35c099095f1cd1eeead6df120ceb12fda47d",
"message": "Remove test with undefined behavior for -fshort-enums",
"timestamp": "2023-09-09T18:48:06Z",
"url": "https://github.com/llvm-mos/llvm-test-suite/commit/530a35c099095f1cd1eeead6df120ceb12fda47d"
},
"date": 1698135146103,
"tool": "googlecpp",
"benches": [
{
"name": "6502-compilers/bench/ccgame/game_01_start",
"value": 3079153,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 3079153 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": 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": 20348900,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 20348900 cycles\nthreads: 1"
},
{
"name": "CoreMark",
"value": 107,
"unit": "sec/iter",
"extra": "iterations: 10\ncpu: 107 sec\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 413afb1

Please sign in to comment.