-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark -Os (googlecpp) benchmark result for f40a264d025d2bed55…
…426cefcc8bb7206dc428e5
- Loading branch information
github-action-benchmark
committed
Feb 11, 2024
1 parent
647b8eb
commit aefcde0
Showing
1 changed file
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1707552640834, | ||
"lastUpdate": 1707610425421, | ||
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite", | ||
"entries": { | ||
"Benchmark -Os": [ | ||
|
@@ -120417,6 +120417,90 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 10\ncpu: 108 sec\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Chris Wedgwood", | ||
"username": "cwedgwood" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "f40a264d025d2bed55426cefcc8bb7206dc428e5", | ||
"message": "Atari' cartridge target renaming and documentation cleanups (#300)\n\n* [Breaking] Rename atari8-mega to atari8-megacart for consistency\r\n\r\n* [doc] Add atari8-megacart to README\r\n\r\n* [Breaking] Rename atari8-xegs to atari8-xegscart for consistency\r\n\r\n* [doc] Update atari8-xegscart in README\r\n\r\n* [Breaking] Rename atari5200-super to atari5200-supercart for consistency\r\n\r\n* [doc] Add atari5200-supercart to README\r\n\r\n* [Breaking] atari8' cartridge target cleanups\r\n\r\n* [doc] atari' correct reference URLs\r\n\r\nLinks to tagged releases will be more stable than branches.", | ||
"timestamp": "2024-02-10T16:00:20-08:00", | ||
"tree_id": "c09ea5382066a0650bff8fb27e380b7223b45b0f", | ||
"url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/f40a264d025d2bed55426cefcc8bb7206dc428e5" | ||
}, | ||
"date": 1707610419625, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "6502-compilers/bench/ccgame/game_01_start", | ||
"value": 2311776, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 2311776 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "6502-compilers/bench/ccgame/game_modern_optims", | ||
"value": 645502, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 645502 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "6502-compilers/bench/ccgame/game_modern_optims_structarray", | ||
"value": 1495661, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 1495661 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": 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": 24757550, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 24757550 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "CoreMark", | ||
"value": 108, | ||
"unit": "sec/iter", | ||
"extra": "iterations: 10\ncpu: 108 sec\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|