From 4f3681cc4c4690f7d150c46e5b3b0041f41080cf Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 4 Dec 2023 17:05:05 +0000 Subject: [PATCH] add Benchmark -Os (googlecpp) benchmark result for 329a9076ea99c5691d8fd55d9522961bd8d2d378 --- 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 40302a534..1a7f4b007 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701680943040, + "lastUpdate": 1701709504931, "repoUrl": "https://github.com/llvm-mos/llvm-test-suite", "entries": { "Benchmark -Os": [ @@ -107905,6 +107905,90 @@ window.BENCHMARK_DATA = { "extra": "iterations: 10\ncpu: 123 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": "329a9076ea99c5691d8fd55d9522961bd8d2d378", + "message": "Disable reg pressure float failure", + "timestamp": "2023-12-04T08:59:15-08:00", + "tree_id": "bf00218637f283e775ab1791a6042e0b61349471", + "url": "https://github.com/llvm-mos/llvm-test-suite/commit/329a9076ea99c5691d8fd55d9522961bd8d2d378" + }, + "date": 1701709499965, + "tool": "googlecpp", + "benches": [ + { + "name": "6502-compilers/bench/ccgame/game_01_start", + "value": 2425926, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 2425926 cycles\nthreads: 1" + }, + { + "name": "6502-compilers/bench/ccgame/game_modern_optims", + "value": 648076, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 648076 cycles\nthreads: 1" + }, + { + "name": "6502-compilers/bench/ccgame/game_modern_optims_structarray", + "value": 1422213, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 1422213 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": 123, + "unit": "sec/iter", + "extra": "iterations: 10\ncpu: 123 sec\nthreads: 1" + } + ] } ] }