-
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 9f…
- Loading branch information
github-action-benchmark
committed
Feb 20, 2025
1 parent
1b942eb
commit d94dfe1
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": 1739883559970, | ||
"lastUpdate": 1740016862261, | ||
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger", | ||
"entries": { | ||
"Haskell Benchmark": [ | ||
|
@@ -26642,6 +26642,78 @@ window.BENCHMARK_DATA = { | |
"range": 5.848651002781282e-8 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Lucsanszky", | ||
"username": "Lucsanszky" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9f98a9e15d8220ccc4940935efdce8dc69a63c22", | ||
"message": "Convert `CertState` to a type family (#4861)\n\nResolves #4693\n\nCo-authored-by: Alexey Kuleshevich <[email protected]>", | ||
"timestamp": "2025-02-19T18:57:32-07:00", | ||
"tree_id": "3b7d8a84538e751faddf4021d81628ba12506a4f", | ||
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/9f98a9e15d8220ccc4940935efdce8dc69a63c22" | ||
}, | ||
"date": 1740016840852, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra", | ||
"value": 0.00014339593577254996, | ||
"unit": "Nanoseconds", | ||
"range": 5.653590902211282e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra", | ||
"value": 0.00014892428111544745, | ||
"unit": "Nanoseconds", | ||
"range": 0.000004275305675922105 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra", | ||
"value": 0.0001500152400654691, | ||
"unit": "Nanoseconds", | ||
"range": 0.000007628259906833409 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra", | ||
"value": 0.00023357862793162024, | ||
"unit": "Nanoseconds", | ||
"range": 7.513156810410916e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra", | ||
"value": 0.00001033852804449211, | ||
"unit": "Nanoseconds", | ||
"range": 1.0946406595597515e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra", | ||
"value": 0.00001838930723785517, | ||
"unit": "Nanoseconds", | ||
"range": 1.4068217962415306e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra", | ||
"value": 0.00001863210119485646, | ||
"unit": "Nanoseconds", | ||
"range": 1.854198917304102e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra", | ||
"value": 0.000009456207779863704, | ||
"unit": "Nanoseconds", | ||
"range": 6.624000652375949e-8 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|