Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for b7…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 21, 2024
1 parent cf6525b commit b8b862f
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": 1729298670503,
"lastUpdate": 1729545749167,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -20522,6 +20522,78 @@ window.BENCHMARK_DATA = {
"range": 9.617083829802018e-8
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Alexey Kuleshevich",
"username": "lehins"
},
"committer": {
"email": "[email protected]",
"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
}
]
}
]
}
Expand Down

0 comments on commit b8b862f

Please sign in to comment.