From 18593adcaac78ea879914c54cc0a3dab72e82dd4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 3 Dec 2023 17:17:01 +0000 Subject: [PATCH] add Fmax and LCs (full) (customBiggerIsBetter) benchmark result for ee9097713261ca903096ded92555a050ee100d1b --- 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 71c35e6bb..0abc761a2 100644 --- a/dev/benchmark/data.js +++ b/dev/benchmark/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1701623541675, + "lastUpdate": 1701623821326, "repoUrl": "https://github.com/kuznia-rdzeni/coreblocks", "entries": { "Performance (IPC)": [ @@ -16853,6 +16853,55 @@ window.BENCHMARK_DATA = { "unit": "LUT" } ] + }, + { + "commit": { + "author": { + "email": "34948061+lekcyjna123@users.noreply.github.com", + "name": "lekcyjna123", + "username": "lekcyjna123" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "ee9097713261ca903096ded92555a050ee100d1b", + "message": "Fix riscv-test job dependencies (#533)", + "timestamp": "2023-12-03T18:07:21+01:00", + "tree_id": "22c5a183c1a009703e066e387bbb20c088e7aaee", + "url": "https://github.com/kuznia-rdzeni/coreblocks/commit/ee9097713261ca903096ded92555a050ee100d1b" + }, + "date": 1701623819146, + "tool": "customBiggerIsBetter", + "benches": [ + { + "name": "Max clock frequency (Fmax)", + "value": 45.17, + "unit": "MHz" + }, + { + "name": "Device utilisation: (ECP5)", + "value": 28073, + "unit": "LUT4" + }, + { + "name": "LUTs used as carry: (ECP5)", + "value": 1460, + "unit": "LUT" + }, + { + "name": "LUTs used as ram: (ECP5)", + "value": 1052, + "unit": "LUT" + }, + { + "name": "LUTs used as DFF: (ECP5)", + "value": 8271, + "unit": "LUT" + } + ] } ] }