Skip to content

Commit

Permalink
add Benchmark -Os (googlecpp) benchmark result for 0bd88a6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 3, 2023
1 parent 43b1e8b commit eefb5ba
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": 1693689425172,
"lastUpdate": 1693700624499,
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite",
"entries": {
"Benchmark -Os": [
Expand Down Expand Up @@ -91577,6 +91577,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": "0bd88a67987805b5a9553c62b9209d0cba63922c",
"message": "Merge remote-tracking branch 'upstream/main'",
"timestamp": "2023-05-13T23:56:17Z",
"url": "https://github.com/llvm-mos/llvm-test-suite/commit/0bd88a67987805b5a9553c62b9209d0cba63922c"
},
"date": 1693700618494,
"tool": "googlecpp",
"benches": [
{
"name": "6502-compilers/bench/ccgame/game_01_start",
"value": 3124419,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 3124419 cycles\nthreads: 1"
},
{
"name": "6502-compilers/bench/ccgame/game_modern_optims",
"value": 744653,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 744653 cycles\nthreads: 1"
},
{
"name": "6502-compilers/bench/ccgame/game_modern_optims_structarray",
"value": 2261648,
"unit": "cycles/iter",
"extra": "iterations: 1\ncpu: 2261648 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": 109,
"unit": "sec/iter",
"extra": "iterations: 10\ncpu: 109 sec\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit eefb5ba

Please sign in to comment.