Skip to content

Commit 336b1c5

Browse files
author
github-action-benchmark
committed
add Haskell Benchmark (customSmallerIsBetter) benchmark result for c2df298
1 parent 6c87559 commit 336b1c5

File tree

1 file changed

+97
-1
lines changed

1 file changed

+97
-1
lines changed

dev/bench/data.js

Lines changed: 97 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1750345412560,
2+
"lastUpdate": 1750368250804,
33
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
44
"entries": {
55
"Haskell Benchmark": [
@@ -37346,6 +37346,102 @@ window.BENCHMARK_DATA = {
3734637346
"range": 8.61077705216434e-8
3734737347
}
3734837348
]
37349+
},
37350+
{
37351+
"commit": {
37352+
"author": {
37353+
"email": "sheard@pdx.edu",
37354+
"name": "Tim Sheard",
37355+
"username": "TimSheard"
37356+
},
37357+
"committer": {
37358+
"email": "noreply@github.com",
37359+
"name": "GitHub",
37360+
"username": "web-flow"
37361+
},
37362+
"distinct": true,
37363+
"id": "c2df298904206e151a404419e4f94533c14919a1",
37364+
"message": "Add documentation Manual.md and DesignPrinciples.md (#5044)\n\n* Added sub directory src/Constrained/Min where we keep a minimal version of the system.\nThe idea is that is easier to explain, since it doesn't have things like Generics.\nIt consists of Constrained.Min.Base.hs, Constraied.Min.Syntax.hs, Constrained.Min.Model.hs,\nand Constrained.Min.Tuple.hs\nAdded the file docs/constrained/DesignPrinciples.md that describes this minimal system.\n\n* Describe computeSpecSimplified, the use of SolverPlan and propagageSpec.\n\n* parent 90eeb3aff8e178c135302e5e40884f132a90a630\nauthor Tim Sheard <sheard@pdx.edu> 1747246081 -0700\ncommitter Tim Sheard <sheard@pdx.edu> 1750253688 -0400\n\nAdded a second document docs/constrained_generators/manual.md\nThis is a basic manual about how to write constraints, but does not\ngo into details about how the system is implemented.",
37365+
"timestamp": "2025-06-19T21:12:59Z",
37366+
"tree_id": "148a9a883ca8606e786cf4a7526ee41bfb45d037",
37367+
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/c2df298904206e151a404419e4f94533c14919a1"
37368+
},
37369+
"date": 1750368231981,
37370+
"tool": "customSmallerIsBetter",
37371+
"benches": [
37372+
{
37373+
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra",
37374+
"value": 0.00015242498140248658,
37375+
"unit": "Nanoseconds",
37376+
"range": 0.0000015309134661264895
37377+
},
37378+
{
37379+
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra",
37380+
"value": 0.00015619151508821838,
37381+
"unit": "Nanoseconds",
37382+
"range": 4.6684750585758743e-7
37383+
},
37384+
{
37385+
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra",
37386+
"value": 0.00015573303704913128,
37387+
"unit": "Nanoseconds",
37388+
"range": 0.0000014383237195408503
37389+
},
37390+
{
37391+
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra",
37392+
"value": 0.0002457496138101173,
37393+
"unit": "Nanoseconds",
37394+
"range": 0.000001168906471892121
37395+
},
37396+
{
37397+
"name": "applyTxBenchmarks/Deserialise Tx/ShelleyEra",
37398+
"value": 0.000008479773622990211,
37399+
"unit": "Nanoseconds",
37400+
"range": 6.593561672227589e-8
37401+
},
37402+
{
37403+
"name": "applyTxBenchmarks/Deserialise Tx/AllegraEra",
37404+
"value": 0.000015302486544617604,
37405+
"unit": "Nanoseconds",
37406+
"range": 1.4305196025636743e-7
37407+
},
37408+
{
37409+
"name": "applyTxBenchmarks/Deserialise Tx/MaryEra",
37410+
"value": 0.000015313373483875016,
37411+
"unit": "Nanoseconds",
37412+
"range": 1.537075833100263e-7
37413+
},
37414+
{
37415+
"name": "applyTxBenchmarks/Deserialise Tx/AlonzoEra",
37416+
"value": 0.000010773152090946601,
37417+
"unit": "Nanoseconds",
37418+
"range": 1.1672599218028804e-7
37419+
},
37420+
{
37421+
"name": "applyTxBenchmarks/Deserialise Ann Tx/ShelleyEra",
37422+
"value": 0.000008570177874395107,
37423+
"unit": "Nanoseconds",
37424+
"range": 4.4564146117326075e-8
37425+
},
37426+
{
37427+
"name": "applyTxBenchmarks/Deserialise Ann Tx/AllegraEra",
37428+
"value": 0.000016982729708963465,
37429+
"unit": "Nanoseconds",
37430+
"range": 1.82401052105065e-7
37431+
},
37432+
{
37433+
"name": "applyTxBenchmarks/Deserialise Ann Tx/MaryEra",
37434+
"value": 0.000017317553717338078,
37435+
"unit": "Nanoseconds",
37436+
"range": 1.26068753838211e-7
37437+
},
37438+
{
37439+
"name": "applyTxBenchmarks/Deserialise Ann Tx/AlonzoEra",
37440+
"value": 0.000010411106767421238,
37441+
"unit": "Nanoseconds",
37442+
"range": 1.2608499761444635e-7
37443+
}
37444+
]
3734937445
}
3735037446
]
3735137447
}

0 commit comments

Comments
 (0)