-
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 7c7b96a36657eba4f6…
…11cef0070f672d1ea32a4a
- Loading branch information
github-action-benchmark
committed
Dec 27, 2023
1 parent
05bffc5
commit 74c1e94
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": 1703664706595, | ||
"lastUpdate": 1703715300829, | ||
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite", | ||
"entries": { | ||
"Benchmark -Os": [ | ||
|
@@ -110573,6 +110573,90 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 10\ncpu: 124 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": "7c7b96a36657eba4f611cef0070f672d1ea32a4a", | ||
"message": "Revert \"Atari 8-bit MegaCart (bank-switched) cartridge support (#272)\"\n\nThis reverts commit 9ed41b15ec420723ec5b29e72cba8f9d7a07a14c.\n\nThis failed to build in CI.", | ||
"timestamp": "2023-12-27T17:02:25-05:00", | ||
"tree_id": "2a8e33cfc5671b7ffe0de92d9b86beafdd8e7db9", | ||
"url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/7c7b96a36657eba4f611cef0070f672d1ea32a4a" | ||
}, | ||
"date": 1703715295269, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "6502-compilers/bench/ccgame/game_01_start", | ||
"value": 2409856, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 2409856 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "6502-compilers/bench/ccgame/game_modern_optims", | ||
"value": 645635, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 645635 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "6502-compilers/bench/ccgame/game_modern_optims_structarray", | ||
"value": 1422213, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 1422213 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "6502-compilers/bench/coroutine", | ||
"value": 7310, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 7310 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": 24758161, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 24758161 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "CoreMark", | ||
"value": 124, | ||
"unit": "sec/iter", | ||
"extra": "iterations: 10\ncpu: 124 sec\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|