From 8bbe235d883981110a71bed1db71d9e0a0985aaa Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 14 Mar 2024 11:36:21 +0000 Subject: [PATCH] add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 1c273ffbe968dbee3176b4e8bdaac20503c1c331 --- 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 8d7606bbf..b5d5e21ff 100644 --- a/dev/benchmark/data.js +++ b/dev/benchmark/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1710416127954, + "lastUpdate": 1710416181305, "repoUrl": "https://github.com/kuznia-rdzeni/coreblocks", "entries": { "Performance (IPC)": [ @@ -27545,6 +27545,55 @@ window.BENCHMARK_DATA = { "unit": "LUT" } ] + }, + { + "commit": { + "author": { + "email": "xthaid@gmail.com", + "name": "Jakub UrbaƄczyk", + "username": "xThaid" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "1c273ffbe968dbee3176b4e8bdaac20503c1c331", + "message": "Hardware Logging (#595)", + "timestamp": "2024-03-14T12:28:03+01:00", + "tree_id": "d857c7f8b10fc7b7e84232226883e4c78b6ddb84", + "url": "https://github.com/kuznia-rdzeni/coreblocks/commit/1c273ffbe968dbee3176b4e8bdaac20503c1c331" + }, + "date": 1710416178652, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "Max clock frequency (Fmax)", + "value": 44.63, + "unit": "MHz" + }, + { + "name": "Device utilisation: (ECP5)", + "value": 24786, + "unit": "LUT4" + }, + { + "name": "LUTs used as carry: (ECP5)", + "value": 1476, + "unit": "LUT" + }, + { + "name": "LUTs used as ram: (ECP5)", + "value": 1096, + "unit": "LUT" + }, + { + "name": "LUTs used as DFF: (ECP5)", + "value": 8538, + "unit": "LUT" + } + ] } ] }