From b8b862fdc9bdfc53114193a2d042cfc8427e683d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 21 Oct 2024 21:22:29 +0000 Subject: [PATCH] add Haskell Benchmark (customSmallerIsBetter) benchmark result for b79e7336b2067de1f96028ab705eb365155bb41b --- dev/bench/data.js | 74 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index d37533615f5..574ec4a53d4 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1729298670503, + "lastUpdate": 1729545749167, "repoUrl": "https://github.com/IntersectMBO/cardano-ledger", "entries": { "Haskell Benchmark": [ @@ -20522,6 +20522,78 @@ window.BENCHMARK_DATA = { "range": 9.617083829802018e-8 } ] + }, + { + "commit": { + "author": { + "email": "alexey.kuleshevich@iohk.io", + "name": "Alexey Kuleshevich", + "username": "lehins" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "b79e7336b2067de1f96028ab705eb365155bb41b", + "message": "Merge pull request #4707 from IntersectMBO/lehins/add-imp-tests-for-drep-delegation\n\nAdd imp tests for drep delegation", + "timestamp": "2024-10-21T15:19:20-06:00", + "tree_id": "068d20b21fe6d22b21fdd5336b9d053d9c75e2aa", + "url": "https://github.com/IntersectMBO/cardano-ledger/commit/b79e7336b2067de1f96028ab705eb365155bb41b" + }, + "date": 1729545729613, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", + "value": 0.000053908731455295136, + "unit": "Nanoseconds", + "range": 0.0000012058087159760565 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", + "value": 0.00005661677528663823, + "unit": "Nanoseconds", + "range": 0.000001052409814649442 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", + "value": 0.00006598127587186095, + "unit": "Nanoseconds", + "range": 0.0000012965791398935188 + }, + { + "name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", + "value": 0.00011714250025185285, + "unit": "Nanoseconds", + "range": 0.0000016581501593829434 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", + "value": 0.000009423926898874156, + "unit": "Nanoseconds", + "range": 1.7155598815318362e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", + "value": 0.000017335349146795686, + "unit": "Nanoseconds", + "range": 2.918801931936844e-7 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", + "value": 0.000017749767966372026, + "unit": "Nanoseconds", + "range": 9.739745585621979e-8 + }, + { + "name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", + "value": 0.000009519401105143357, + "unit": "Nanoseconds", + "range": 5.949454279629714e-8 + } + ] } ] }