-
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 152baee8c98f0a5b0e…
…371de3b17275b23cf7d89b
- Loading branch information
github-action-benchmark
committed
Jan 31, 2024
1 parent
7c7d8f9
commit 3cb097a
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": 1706651910202, | ||
"lastUpdate": 1706667496072, | ||
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite", | ||
"entries": { | ||
"Benchmark -Os": [ | ||
|
@@ -118213,6 +118213,90 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 10\ncpu: 108 sec\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "rumbledethumps", | ||
"username": "rumbledethumps" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "152baee8c98f0a5b0e371de3b17275b23cf7d89b", | ||
"message": "add all remaining rp6502 OS calls (#294)\n\n* add all remaining rp6502 OS calls\n\n* add temporary home for standard library headers\n\n* populate common time.h, remove rp6502 clock.h", | ||
"timestamp": "2024-01-30T18:00:52-08:00", | ||
"tree_id": "fe650e7f4c381d606aabc2beae9f2810cb51943f", | ||
"url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/152baee8c98f0a5b0e371de3b17275b23cf7d89b" | ||
}, | ||
"date": 1706667490639, | ||
"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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|