From 936df8e8c19e8ee3bf4314568151a4b852a79018 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 28 Nov 2023 10:07:45 +0000 Subject: [PATCH] add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 6b4dbf32f348a3cf1a7f4ad54eae79a5c6762447 --- 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 2a544c337..aab991be8 100644 --- a/dev/benchmark/data.js +++ b/dev/benchmark/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701165851835, + "lastUpdate": 1701166065081, "repoUrl": "https://github.com/kuznia-rdzeni/coreblocks", "entries": { "Performance (IPC)": [ @@ -16043,6 +16043,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": "6b4dbf32f348a3cf1a7f4ad54eae79a5c6762447", + "message": "Simpler way of using method transformations (#525)", + "timestamp": "2023-11-28T10:57:57+01:00", + "tree_id": "c0daee854c7108f54a06e13b7435944997e7d9e8", + "url": "https://github.com/kuznia-rdzeni/coreblocks/commit/6b4dbf32f348a3cf1a7f4ad54eae79a5c6762447" + }, + "date": 1701166063209, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "Max clock frequency (Fmax)", + "value": 47.98, + "unit": "MHz" + }, + { + "name": "Device utilisation: (ECP5)", + "value": 22946, + "unit": "LUT4" + }, + { + "name": "LUTs used as carry: (ECP5)", + "value": 1472, + "unit": "LUT" + }, + { + "name": "LUTs used as ram: (ECP5)", + "value": 1052, + "unit": "LUT" + }, + { + "name": "LUTs used as DFF: (ECP5)", + "value": 8220, + "unit": "LUT" + } + ] } ] }