From bf9966f6128cfc32d8ae9a0722abad71d5a5b218 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 8 Jan 2024 04:59:00 +0000 Subject: [PATCH] add Benchmark -Os (googlecpp) benchmark result for 7385ba3a5df40efa8174f9bce54f88a4f5b65561 --- 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 06db40a58..34161ef64 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1704689377383, + "lastUpdate": 1704689940441, "repoUrl": "https://github.com/llvm-mos/llvm-test-suite", "entries": { "Benchmark -Os": [ @@ -112369,6 +112369,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": "7385ba3a5df40efa8174f9bce54f88a4f5b65561", + "message": "[Atari 8-bit] initial compile / no-compile tests (#286)\n\n* [atari8'] initial tests\r\n\r\n* refactor tests to add add_compile_test\r\n\r\n\"compile only\" test can be used for targets where we don't have a\r\nworking emulator or test framework but want to check for possible\r\nregressions in the SDK\r\n\r\n* [atari8'] add compile tests\r\n\r\n* [atari8'] remove unnecessary __attribute__((used))", + "timestamp": "2024-01-07T20:38:23-08:00", + "tree_id": "4f2f631a22cf54d376ef72d1265f043351962815", + "url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/7385ba3a5df40efa8174f9bce54f88a4f5b65561" + }, + "date": 1704689935339, + "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": 645630, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 645630 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": 24758161, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 24758161 cycles\nthreads: 1" + }, + { + "name": "CoreMark", + "value": 108, + "unit": "sec/iter", + "extra": "iterations: 10\ncpu: 108 sec\nthreads: 1" + } + ] } ] }