From 2f2d29933cfd6b6d9b208c9b943a2ce92d189d79 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 1 Dec 2023 00:34:16 +0000 Subject: [PATCH] add Benchmark -Os (googlecpp) benchmark result for a5e0a1cd270f0e29370c820ce71fbe265efac744 --- 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 1152fddb1..fa65aac41 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701388959422, + "lastUpdate": 1701390856525, "repoUrl": "https://github.com/llvm-mos/llvm-test-suite", "entries": { "Benchmark -Os": [ @@ -106845,6 +106845,90 @@ window.BENCHMARK_DATA = { "extra": "iterations: 10\ncpu: 108 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": "a5e0a1cd270f0e29370c820ce71fbe265efac744", + "message": "Printf float fixes", + "timestamp": "2023-11-30T15:56:35-08:00", + "tree_id": "9a9eb1f9a0e4f4e1202136017eba62068f4ea87a", + "url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/a5e0a1cd270f0e29370c820ce71fbe265efac744" + }, + "date": 1701390850867, + "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": 24758169, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 24758169 cycles\nthreads: 1" + }, + { + "name": "CoreMark", + "value": 108, + "unit": "sec/iter", + "extra": "iterations: 10\ncpu: 108 sec\nthreads: 1" + } + ] } ] }