From c8f32be7b85132386f427b8191dfe48d01721564 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 29 Oct 2023 17:25:50 +0000 Subject: [PATCH] add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 99f3749b855d6a773932003213114fa5e07a0030 --- 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 b431bf394..615844871 100644 --- a/dev/benchmark/data.js +++ b/dev/benchmark/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1698600084207, + "lastUpdate": 1698600350223, "repoUrl": "https://github.com/kuznia-rdzeni/coreblocks", "entries": { "Performance (IPC)": [ @@ -13481,6 +13481,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": "99f3749b855d6a773932003213114fa5e07a0030", + "message": "Extend Transactron introduction (#491)", + "timestamp": "2023-10-29T18:15:57+01:00", + "tree_id": "f27a6ce3df534474c9de4abe0949c4fd9f4ad8d9", + "url": "https://github.com/kuznia-rdzeni/coreblocks/commit/99f3749b855d6a773932003213114fa5e07a0030" + }, + "date": 1698600348540, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "Max clock frequency (Fmax)", + "value": 48.39, + "unit": "MHz" + }, + { + "name": "Device utilisation: (ECP5)", + "value": 22230, + "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": 8170, + "unit": "LUT" + } + ] } ] }