From 9d654fe61a707b045e88d68a417e175718648670 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 26 Nov 2024 20:06:40 +0000 Subject: [PATCH] add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 240734d0ca5a8c42feaf8ad5c70887f53008bb65 --- dev/benchmark/data.js | 51 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/dev/benchmark/data.js b/dev/benchmark/data.js index c09b6c736..2df9bd337 100644 --- a/dev/benchmark/data.js +++ b/dev/benchmark/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1732651598919, + "lastUpdate": 1732651600659, "repoUrl": "https://github.com/kuznia-rdzeni/coreblocks", "entries": { "Performance (IPC)": [ @@ -42999,6 +42999,55 @@ window.BENCHMARK_DATA = { "unit": "LUT" } ] + }, + { + "commit": { + "author": { + "email": "tilk@tilk.eu", + "name": "Marek Materzok", + "username": "tilk" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "240734d0ca5a8c42feaf8ad5c70887f53008bb65", + "message": "RF using async memory (#759)", + "timestamp": "2024-11-26T20:53:18+01:00", + "tree_id": "a0722d86289eae5e5fc7272ec0f91aa5aadf083b", + "url": "https://github.com/kuznia-rdzeni/coreblocks/commit/240734d0ca5a8c42feaf8ad5c70887f53008bb65" + }, + "date": 1732651599960, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "Max clock frequency (Fmax)", + "value": 45.41, + "unit": "MHz" + }, + { + "name": "Device utilisation: (ECP5)", + "value": 19754, + "unit": "LUT4" + }, + { + "name": "LUTs used as carry: (ECP5)", + "value": 1852, + "unit": "LUT" + }, + { + "name": "LUTs used as ram: (ECP5)", + "value": 1504, + "unit": "LUT" + }, + { + "name": "LUTs used as DFF: (ECP5)", + "value": 6878, + "unit": "LUT" + } + ] } ] }