From 87088d9024a941b2e2c34339a0b434eeb3d6b1bd Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 23 Feb 2024 03:49:44 +0000 Subject: [PATCH] add Benchmark -Os (googlecpp) benchmark result for 64ae180b42e727060efe5f981f6c63acb54a164a --- 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 748c9cec0..2a50e098a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1708626470137, + "lastUpdate": 1708660184349, "repoUrl": "https://github.com/llvm-mos/llvm-test-suite", "entries": { "Benchmark -Os": [ @@ -123693,6 +123693,90 @@ window.BENCHMARK_DATA = { "extra": "iterations: 10\ncpu: 109 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": "64ae180b42e727060efe5f981f6c63acb54a164a", + "message": "Trivial perror implementation", + "timestamp": "2024-02-22T19:15:20-08:00", + "tree_id": "02bdecb54ef9f91560b7c49ac5f6d293237fb8a8", + "url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/64ae180b42e727060efe5f981f6c63acb54a164a" + }, + "date": 1708660178640, + "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" + } + ] } ] }