Skip to content

Commit

Permalink
add Benchmark -Os (googlecpp) benchmark result for 27c49bcc273a88b0a7…
Browse files Browse the repository at this point in the history
…5fb59d28417bad69233550
  • Loading branch information
github-action-benchmark committed Sep 14, 2023
1 parent b2503db commit fce41d9
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": 1694717448144,
"lastUpdate": 1694719143765,
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite",
"entries": {
"Benchmark -Os": [
Expand Down Expand Up @@ -94269,6 +94269,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": "27c49bcc273a88b0a75fb59d28417bad69233550",
"message": "[Breaking] Remove size-specific linker scripts from MMC1\n\nMMC1 can now arrange PRG-ROM using only the value of the\n`__prg_rom_size` symbol; it's no longer necessary to include a custom\nlinker script to set the size. Custom linker script inclusion is still\nnecessary to set the banking mode.\n\nAs part of this, the behavior of the 32-KiB banked mode is no longer\nspecial-cased to initialize the bank to zero. This gives it the same\nindeterminate startup behavior as the other banked modes; this\ninitialization must be done by hand.",
"timestamp": "2023-09-14T11:51:52-07:00",
"tree_id": "ff0909cf7adb75456bcdb1d454326bebf1a3b92c",
"url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/27c49bcc273a88b0a75fb59d28417bad69233550"
},
"date": 1694719137921,
"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 fce41d9

Please sign in to comment.