From a277e134eb1ee929edad9af791cbe47444fcb83f Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 23 Jan 2024 08:13:01 +0000 Subject: [PATCH] add Benchmark -Os (googlecpp) benchmark result for a87117d5d479a758a05662a71cc9ae683fa24aff --- dev/bench/data.js | 82 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index a2e843465..669f6abec 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1705993090583, + "lastUpdate": 1705997581053, "repoUrl": "https://github.com/llvm-mos/llvm-test-suite", "entries": { "Benchmark -Os": [ @@ -115729,6 +115729,86 @@ window.BENCHMARK_DATA = { "extra": "iterations: 10\ncpu: 108 sec\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "name": "Daniel Thornburgh", + "username": "Daniel Thornburgh" + }, + "committer": { + "name": "Daniel Thornburgh", + "username": "Daniel Thornburgh" + }, + "id": "a87117d5d479a758a05662a71cc9ae683fa24aff", + "message": "Add atoi test", + "timestamp": "2024-01-14T23:45:56Z", + "url": "https://github.com/llvm-mos/llvm-test-suite/commit/a87117d5d479a758a05662a71cc9ae683fa24aff" + }, + "date": 1705997575783, + "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" + } + ] } ] }