From b2503db612f8ebde6dc1051a24f912baaf23c2f5 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 14 Sep 2023 18:50:48 +0000 Subject: [PATCH] add Benchmark -Os (googlecpp) benchmark result for 2652bb048597e26adb378857aa86de56a73f9b35 --- dev/bench/data.js | 86 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 6c76c2a93..480455405 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1694679191407, + "lastUpdate": 1694717448144, "repoUrl": "https://github.com/llvm-mos/llvm-test-suite", "entries": { "Benchmark -Os": [ @@ -94185,6 +94185,90 @@ window.BENCHMARK_DATA = { "extra": "iterations: 10\ncpu: 107 sec\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "mysterymath@gmail.com", + "name": "Daniel Thornburgh", + "username": "mysterymath" + }, + "committer": { + "email": "mysterymath@gmail.com", + "name": "Daniel Thornburgh", + "username": "mysterymath" + }, + "distinct": true, + "id": "2652bb048597e26adb378857aa86de56a73f9b35", + "message": "Revert \"[Breaking] Remove size-specific linker scripts from MMC1\"\n\nThis reverts commit 09288cb87d4461deb467bc9bc54844f537364124.\nThis failed tests; needs more work.", + "timestamp": "2023-09-14T11:37:05-07:00", + "tree_id": "d5423a47e24036487b6d5406e6603ad85d29a20a", + "url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/2652bb048597e26adb378857aa86de56a73f9b35" + }, + "date": 1694717442510, + "tool": "googlecpp", + "benches": [ + { + "name": "6502-compilers/bench/ccgame/game_01_start", + "value": 3085193, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 3085193 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": 44845, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 44845 cycles\nthreads: 1" + }, + { + "name": "Dhrystone", + "value": 40327821, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 40327821 cycles\nthreads: 1" + }, + { + "name": "BYTE Sieve", + "value": 21249917, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 21249917 cycles\nthreads: 1" + }, + { + "name": "CoreMark", + "value": 107, + "unit": "sec/iter", + "extra": "iterations: 10\ncpu: 107 sec\nthreads: 1" + } + ] } ] }