From 4b6c2aee8ec06b2878ceec1238d99d53bc6599bb Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 5 Mar 2024 15:16:35 +0000 Subject: [PATCH] add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for 903ab2ed8cce05d054ae4bc63728342c2f2b1ff5 --- 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 220085269..40c3be1d7 100644 --- a/dev/benchmark/data.js +++ b/dev/benchmark/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1709651711449, + "lastUpdate": 1709651795783, "repoUrl": "https://github.com/kuznia-rdzeni/coreblocks", "entries": { "Performance (IPC)": [ @@ -25439,6 +25439,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": "903ab2ed8cce05d054ae4bc63728342c2f2b1ff5", + "message": "Assertions in cocotb (#590)", + "timestamp": "2024-03-05T16:09:08+01:00", + "tree_id": "4a9a7b716c2701a6d2841bdb4515de331647bb0f", + "url": "https://github.com/kuznia-rdzeni/coreblocks/commit/903ab2ed8cce05d054ae4bc63728342c2f2b1ff5" + }, + "date": 1709651793726, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "Max clock frequency (Fmax)", + "value": 41.48, + "unit": "MHz" + }, + { + "name": "Device utilisation: (ECP5)", + "value": 24714, + "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" + } + ] } ] }