Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 69…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 16, 2024
1 parent d1c30c0 commit e1f06c0
Showing 1 changed file with 73 additions and 1 deletion.
74 changes: 73 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1721144787017,
"lastUpdate": 1721156984403,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -12098,6 +12098,78 @@ window.BENCHMARK_DATA = {
"range": 7.051913233074936e-8
}
]
},
{
"commit": {
"author": {
"email": "teodora.danciu@tweag.io",
"name": "teodanciu",
"username": "teodanciu"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "690c128ea48204894a80731265ef782cdfb6a0d2",
"message": "Merge pull request #4492 from AndrewWestberg/amw/fix_allocation\n\nRemove some unnecessary allocations",
"timestamp": "2024-07-16T20:06:41+01:00",
"tree_id": "f1fd9de8c95d41a5319b42abcbbe657d666ac123",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/690c128ea48204894a80731265ef782cdfb6a0d2"
},
"date": 1721156965504,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.000053385246770282524,
"unit": "Nanoseconds",
"range": 3.979934330749699e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.000057681622983976965,
"unit": "Nanoseconds",
"range": 7.22329309074663e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00006686792860119343,
"unit": "Nanoseconds",
"range": 2.9581063334544737e-7
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.00010253952421473225,
"unit": "Nanoseconds",
"range": 0.000003510429742943793
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000009662187279984081,
"unit": "Nanoseconds",
"range": 1.4710477306547143e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.0000176297777991957,
"unit": "Nanoseconds",
"range": 1.416185856342452e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.000017735406961404,
"unit": "Nanoseconds",
"range": 1.9826167071506675e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000008553644400477471,
"unit": "Nanoseconds",
"range": 9.525069400899067e-8
}
]
}
]
}
Expand Down

0 comments on commit e1f06c0

Please sign in to comment.