From f93ec0cf67942cb5bfa9546a1110110f9cac1e60 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 15 Nov 2024 23:22:31 +0000 Subject: [PATCH] add Benchmark -Os (googlecpp) benchmark result for 675461c3c095488b87c42d9a55df76210ed43e10 --- 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 e16ae5633..03187465c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1731711081233, + "lastUpdate": 1731712950975, "repoUrl": "https://github.com/llvm-mos/llvm-test-suite", "entries": { "Benchmark -Os": [ @@ -155173,6 +155173,90 @@ window.BENCHMARK_DATA = { "extra": "iterations: 10\ncpu: 109 sec\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "dg@cowlark.com", + "name": "David Given", + "username": "davidgiven" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "675461c3c095488b87c42d9a55df76210ed43e10", + "message": "Fix some minor CP/M-65 issues. (#384)\n\n* Fix a typo where sometimes BIOS functions where being invoked through the BDOS\r\nentrypoint (with hilarious consequences).\r\n\r\n* Fix some a few minor incorrect prototypes.", + "timestamp": "2024-11-15T15:08:32-08:00", + "tree_id": "b6f155edc77e2cb3d46303fdb9f20eb34dabe607", + "url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/675461c3c095488b87c42d9a55df76210ed43e10" + }, + "date": 1731712941971, + "tool": "googlecpp", + "benches": [ + { + "name": "6502-compilers/bench/ccgame/game_01_start", + "value": 2311653, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 2311653 cycles\nthreads: 1" + }, + { + "name": "6502-compilers/bench/ccgame/game_modern_optims", + "value": 636515, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 636515 cycles\nthreads: 1" + }, + { + "name": "6502-compilers/bench/ccgame/game_modern_optims_structarray", + "value": 1484005, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 1484005 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": 63, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 63 cycles\nthreads: 1" + }, + { + "name": "6502-compilers/bench/unzip", + "value": 38851, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 38851 cycles\nthreads: 1" + }, + { + "name": "Dhrystone", + "value": 1742, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 1742 cycles\nthreads: 1" + }, + { + "name": "BYTE Sieve", + "value": 20429805, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 20429805 cycles\nthreads: 1" + }, + { + "name": "CoreMark", + "value": 109, + "unit": "sec/iter", + "extra": "iterations: 10\ncpu: 109 sec\nthreads: 1" + } + ] } ] }