-
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 9569ae34de82a14fa0…
…ee1b2a905d90216862f8b7
- Loading branch information
github-action-benchmark
committed
Oct 24, 2023
1 parent
413afb1
commit 29cb76c
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": 1698135154171, | ||
"lastUpdate": 1698184449036, | ||
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite", | ||
"entries": { | ||
"Benchmark -Os": [ | ||
|
@@ -100945,6 +100945,90 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 10\ncpu: 107 sec\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Adrian Siekierka", | ||
"username": "asiekierka" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9569ae34de82a14fa0ee1b2a905d90216862f8b7", | ||
"message": "[PET, VIC20] Add target, add cc65-compatible header files. (#231)\n\n* [VIC20] Add target.\r\n\r\n* [PET] Add missing cc65 headers.\r\n\r\n* [VIC20] Minor improvements, use __memory_expansion symbol to configure linkscript.", | ||
"timestamp": "2023-10-24T14:39:46-07:00", | ||
"tree_id": "80b625ef15b493c9cc6b3186cfa6acb78241264a", | ||
"url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/9569ae34de82a14fa0ee1b2a905d90216862f8b7" | ||
}, | ||
"date": 1698184442435, | ||
"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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|