From 5fd51492371c526da155c5d3c01c530f8c60532b Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 1 Feb 2024 07:35:50 +0000 Subject: [PATCH] add Benchmark -Os (googlecpp) benchmark result for 8b7326a4de261669f383ba7704df6018e539865c --- 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 c5979cbb6..f9ffe4151 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1706755706318, + "lastUpdate": 1706772950367, "repoUrl": "https://github.com/llvm-mos/llvm-test-suite", "entries": { "Benchmark -Os": [ @@ -118797,6 +118797,90 @@ window.BENCHMARK_DATA = { "extra": "iterations: 10\ncpu: 108 sec\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "cw@f00f.org", + "name": "Chris Wedgwood", + "username": "cwedgwood" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "8b7326a4de261669f383ba7704df6018e539865c", + "message": "[atari8-common] Use HATABS for __putchar (#297)\n\nDoing this ensures we get output when HATABS is updated as is the case\nfor 80-column adapters.", + "timestamp": "2024-01-31T23:19:42-08:00", + "tree_id": "af6dfff3834e2ceff37417f70bd63b5e3bb60538", + "url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/8b7326a4de261669f383ba7704df6018e539865c" + }, + "date": 1706772944300, + "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" + } + ] } ] }