From 0b5e02c044b44fab2073c32730d1534441b5f746 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 18 Dec 2024 12:02:01 +0000 Subject: [PATCH] add Benchmarks (customBiggerIsBetter) benchmark result for 73b1ba585114b4175d4d65aa6c07396103ebb11f --- data.js | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/data.js b/data.js index e2a69da..24e611f 100644 --- a/data.js +++ b/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1734506427437, + "lastUpdate": 1734523321692, "repoUrl": "https://github.com/sysprog21/rv32emu", "entries": { "Benchmarks": [ @@ -21588,6 +21588,36 @@ window.BENCHMARK_DATA = { "unit": "Average iterations/sec over 10 runs" } ] + }, + { + "commit": { + "author": { + "name": "vacantron", + "username": "vacantron" + }, + "committer": { + "name": "vacantron", + "username": "vacantron" + }, + "id": "73b1ba585114b4175d4d65aa6c07396103ebb11f", + "message": "Allow JIT compilation for system emulation", + "timestamp": "2024-11-19T06:47:52Z", + "url": "https://github.com/sysprog21/rv32emu/pull/521/commits/73b1ba585114b4175d4d65aa6c07396103ebb11f" + }, + "date": 1734523321042, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "Dhrystone", + "value": 1343, + "unit": "Average DMIPS over 10 runs" + }, + { + "name": "Coremark", + "value": 979.275, + "unit": "Average iterations/sec over 10 runs" + } + ] } ] }