From 36fdb79ff0b32a8113a85d7b1e8511b816ba670b Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 21 Feb 2024 08:13:44 +0000 Subject: [PATCH] add Benchmark -Os (googlecpp) benchmark result for f788322e815485c755c4bc001550c8baa78c7b5e --- 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 0db63bd42..e03908e59 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1708495621315, + "lastUpdate": 1708503224052, "repoUrl": "https://github.com/llvm-mos/llvm-test-suite", "entries": { "Benchmark -Os": [ @@ -122861,6 +122861,86 @@ window.BENCHMARK_DATA = { "extra": "iterations: 10\ncpu: 109 sec\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "name": "Daniel Thornburgh", + "username": "Daniel Thornburgh" + }, + "committer": { + "name": "Daniel Thornburgh", + "username": "Daniel Thornburgh" + }, + "id": "f788322e815485c755c4bc001550c8baa78c7b5e", + "message": "Fix merge", + "timestamp": "2024-02-20T06:00:57Z", + "url": "https://github.com/llvm-mos/llvm-test-suite/commit/f788322e815485c755c4bc001550c8baa78c7b5e" + }, + "date": 1708503218130, + "tool": "googlecpp", + "benches": [ + { + "name": "6502-compilers/bench/ccgame/game_01_start", + "value": 2300245, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 2300245 cycles\nthreads: 1" + }, + { + "name": "6502-compilers/bench/ccgame/game_modern_optims", + "value": 636515, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 636515 cycles\nthreads: 1" + }, + { + "name": "6502-compilers/bench/ccgame/game_modern_optims_structarray", + "value": 1495723, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 1495723 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": 63, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 63 cycles\nthreads: 1" + }, + { + "name": "6502-compilers/bench/unzip", + "value": 38851, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 38851 cycles\nthreads: 1" + }, + { + "name": "Dhrystone", + "value": 1742, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 1742 cycles\nthreads: 1" + }, + { + "name": "BYTE Sieve", + "value": 20429910, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 20429910 cycles\nthreads: 1" + }, + { + "name": "CoreMark", + "value": 109, + "unit": "sec/iter", + "extra": "iterations: 10\ncpu: 109 sec\nthreads: 1" + } + ] } ] }