From c1261a8816bfde1edfa3fb5b1005ae23e6765662 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 29 Dec 2023 08:11:35 +0000 Subject: [PATCH] add Benchmark -Os (googlecpp) benchmark result for cf8e61b69747d05eb4fd809a6ff84d54e61da418 --- dev/bench/data.js | 82 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index ff49af9c9..bc102239c 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1703751212590, + "lastUpdate": 1703837495657, "repoUrl": "https://github.com/llvm-mos/llvm-test-suite", "entries": { "Benchmark -Os": [ @@ -110737,6 +110737,86 @@ window.BENCHMARK_DATA = { "extra": "iterations: 10\ncpu: 124 sec\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "name": "Daniel Thornburgh", + "username": "Daniel Thornburgh" + }, + "committer": { + "name": "Daniel Thornburgh", + "username": "Daniel Thornburgh" + }, + "id": "cf8e61b69747d05eb4fd809a6ff84d54e61da418", + "message": "Fix previous commit", + "timestamp": "2023-12-04T17:07:51Z", + "url": "https://github.com/llvm-mos/llvm-test-suite/commit/cf8e61b69747d05eb4fd809a6ff84d54e61da418" + }, + "date": 1703837490246, + "tool": "googlecpp", + "benches": [ + { + "name": "6502-compilers/bench/ccgame/game_01_start", + "value": 2409856, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 2409856 cycles\nthreads: 1" + }, + { + "name": "6502-compilers/bench/ccgame/game_modern_optims", + "value": 645635, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 645635 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": 24758161, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 24758161 cycles\nthreads: 1" + }, + { + "name": "CoreMark", + "value": 124, + "unit": "sec/iter", + "extra": "iterations: 10\ncpu: 124 sec\nthreads: 1" + } + ] } ] }