-
Notifications
You must be signed in to change notification settings - Fork 156
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 97…
- Loading branch information
github-action-benchmark
committed
Jan 21, 2025
1 parent
9d66975
commit 5ca0af5
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": 1737470269058, | ||
"lastUpdate": 1737491183683, | ||
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger", | ||
"entries": { | ||
"Haskell Benchmark": [ | ||
|
@@ -26138,6 +26138,78 @@ window.BENCHMARK_DATA = { | |
"range": 1.0556590779086629e-7 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Neil Mayhew", | ||
"username": "neilmayhew" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "97266f3e4cb3e4f693f4530af0171d162129a006", | ||
"message": "Merge pull request #4845 from IntersectMBO/nm/fix-haddock-generation\n\nPin Cabal version in Haddocks to GitHub Pages workflow", | ||
"timestamp": "2025-01-21T13:22:43-07:00", | ||
"tree_id": "68d1463f2815fd914a7abc5808b0f91c91108b7a", | ||
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/97266f3e4cb3e4f693f4530af0171d162129a006" | ||
}, | ||
"date": 1737491156055, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra", | ||
"value": 0.00014764607722673868, | ||
"unit": "Nanoseconds", | ||
"range": 0.0000072426497046671695 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra", | ||
"value": 0.0001513114389598352, | ||
"unit": "Nanoseconds", | ||
"range": 0.0000072209386204454755 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra", | ||
"value": 0.00014956913584288485, | ||
"unit": "Nanoseconds", | ||
"range": 9.189047883469069e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra", | ||
"value": 0.0002427026287718717, | ||
"unit": "Nanoseconds", | ||
"range": 0.000007206266960614819 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra", | ||
"value": 0.000011044613321735577, | ||
"unit": "Nanoseconds", | ||
"range": 1.5671795107109592e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra", | ||
"value": 0.00001905342186306029, | ||
"unit": "Nanoseconds", | ||
"range": 3.268859571563913e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra", | ||
"value": 0.000019514860005082227, | ||
"unit": "Nanoseconds", | ||
"range": 2.0674827855703618e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra", | ||
"value": 0.000009879128244728101, | ||
"unit": "Nanoseconds", | ||
"range": 5.811729362771456e-7 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|