diff --git a/dev/bench/data.js b/dev/bench/data.js index a7371611e..8b5a118d6 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1708243920228, + "lastUpdate": 1708292912685, "repoUrl": "https://github.com/llvm-mos/llvm-test-suite", "entries": { "Benchmark -Os": [ @@ -121793,6 +121793,90 @@ window.BENCHMARK_DATA = { "extra": "iterations: 10\ncpu: 109 sec\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "Mlund@mac.com", + "name": "Mikael Lund", + "username": "mlund" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "ecd469b95acd77ed22a2ed375464a4618674f3dd", + "message": "Add plasma examples in C and C++ for C64 (#313)\n\n* Add C64 plasma.cc example\r\n\r\n* Add C plasma example for C64\r\n\r\n* Remove redundant return statements\r\n\r\n* Add changes suggested by clang-tidy\r\n\r\n* Tidy plasma.c", + "timestamp": "2024-02-18T13:31:09-08:00", + "tree_id": "16a7c76c50206d3841915b1d8bf9748cb65395b4", + "url": "https://github.com/llvm-mos/llvm-mos-sdk/commit/ecd469b95acd77ed22a2ed375464a4618674f3dd" + }, + "date": 1708292906344, + "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": 24839168, + "unit": "cycles/iter", + "extra": "iterations: 1\ncpu: 24839168 cycles\nthreads: 1" + }, + { + "name": "CoreMark", + "value": 109, + "unit": "sec/iter", + "extra": "iterations: 10\ncpu: 109 sec\nthreads: 1" + } + ] } ] }