-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 73…
- Loading branch information
github-action-benchmark
committed
Nov 29, 2024
1 parent
9a58306
commit c1629fc
Showing
1 changed file
with
73 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1732574456627, | ||
"lastUpdate": 1732902357425, | ||
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger", | ||
"entries": { | ||
"Haskell Benchmark": [ | ||
|
@@ -23618,6 +23618,78 @@ window.BENCHMARK_DATA = { | |
"range": 9.624725466100564e-8 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Alexey Kuleshevich", | ||
"username": "lehins" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "730c811b7a0ee0301d013555091e7394c77c3b19", | ||
"message": "Merge pull request #4777 from IntersectMBO/nm/plutus-1.37\n\nUpgrade to plutus-ledger-api 1.37.0.0", | ||
"timestamp": "2024-11-29T10:42:42-07:00", | ||
"tree_id": "dcfda6132fbb3411bde9126c41c5199cd7471178", | ||
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/730c811b7a0ee0301d013555091e7394c77c3b19" | ||
}, | ||
"date": 1732902339357, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", | ||
"value": 0.00005404194025504436, | ||
"unit": "Nanoseconds", | ||
"range": 7.52968701300386e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", | ||
"value": 0.00005950249871239798, | ||
"unit": "Nanoseconds", | ||
"range": 4.605603906431657e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", | ||
"value": 0.0000680518965881104, | ||
"unit": "Nanoseconds", | ||
"range": 0.0000014601116459767385 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", | ||
"value": 0.00011954272209673793, | ||
"unit": "Nanoseconds", | ||
"range": 4.6897524567119777e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", | ||
"value": 0.000009871186252011012, | ||
"unit": "Nanoseconds", | ||
"range": 1.3254109261141804e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", | ||
"value": 0.000018176941620353633, | ||
"unit": "Nanoseconds", | ||
"range": 1.0359562034546365e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", | ||
"value": 0.00001847891563543797, | ||
"unit": "Nanoseconds", | ||
"range": 2.1084160075551978e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", | ||
"value": 0.000009792293465286623, | ||
"unit": "Nanoseconds", | ||
"range": 1.0076520099689378e-7 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|