-
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 d044f4a
- Loading branch information
github-action-benchmark
committed
Jan 12, 2024
1 parent
68db998
commit 4696c25
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": 1705092216329, | ||
"lastUpdate": 1705094842278, | ||
"repoUrl": "https://github.com/llvm-mos/llvm-test-suite", | ||
"entries": { | ||
"Benchmark -Os": [ | ||
|
@@ -113353,6 +113353,90 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 10\ncpu: 108 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": "d044f4af1d1f9b6c569bc8960d8acf4baa4a5fe1", | ||
"message": "Fix prev commit", | ||
"timestamp": "2024-01-12T13:21:53-08:00", | ||
"tree_id": "9c20c9d9fd28be7e5fc6faa042adc5e71576835f", | ||
"url": "https://github.com/llvm-mos/llvm-test-suite/commit/d044f4af1d1f9b6c569bc8960d8acf4baa4a5fe1" | ||
}, | ||
"date": 1705094837235, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "6502-compilers/bench/ccgame/game_01_start", | ||
"value": 2369296, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 2369296 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": 1422223, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 1422223 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": 24758137, | ||
"unit": "cycles/iter", | ||
"extra": "iterations: 1\ncpu: 24758137 cycles\nthreads: 1" | ||
}, | ||
{ | ||
"name": "CoreMark", | ||
"value": 108, | ||
"unit": "sec/iter", | ||
"extra": "iterations: 10\ncpu: 108 sec\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|