-
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 d2…
- Loading branch information
github-action-benchmark
committed
Oct 22, 2024
1 parent
b8f4da6
commit 1840d95
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": 1729555834557, | ||
"lastUpdate": 1729593995507, | ||
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger", | ||
"entries": { | ||
"Haskell Benchmark": [ | ||
|
@@ -20666,6 +20666,78 @@ window.BENCHMARK_DATA = { | |
"range": 8.705085020684424e-8 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Tim Sheard", | ||
"username": "TimSheard" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "d24211a6d8a04222a7b9add7a1d9157f2d631933", | ||
"message": "Added example Tx specification (#4677)\n\n* Added classes EraSpecPParams, EraSpecTxBody, EraSpecDeleg, EraSpecCert for specifying Era parametric things\r\nMade Era parametric HasSpec instances for all type family instances of Tx TxBody TxWits TxAuxData\r\nAdded example Tx specification (bodyspec)\r\n\r\n* Added second TxBody spec example.\r\nAll Conway HasSpec instances and EraSpecXX instances are exported\r\n by Test.Cardano.Ledger.Constrained.Conway.Instances\r\nAdded LedgerType.Tests", | ||
"timestamp": "2024-10-22T06:43:34-04:00", | ||
"tree_id": "6493836a5f8fe2d07d5114f8b3facf3116d98b7e", | ||
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/d24211a6d8a04222a7b9add7a1d9157f2d631933" | ||
}, | ||
"date": 1729593974690, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", | ||
"value": 0.00005634305280264593, | ||
"unit": "Nanoseconds", | ||
"range": 0.000006014750495768834 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", | ||
"value": 0.00005760996356298214, | ||
"unit": "Nanoseconds", | ||
"range": 5.178331156907172e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", | ||
"value": 0.00006597376179290118, | ||
"unit": "Nanoseconds", | ||
"range": 3.238357598050054e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", | ||
"value": 0.00011620301676732566, | ||
"unit": "Nanoseconds", | ||
"range": 4.4805313920692273e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", | ||
"value": 0.000009581028217532478, | ||
"unit": "Nanoseconds", | ||
"range": 7.700600205811542e-8 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", | ||
"value": 0.000017465592702803527, | ||
"unit": "Nanoseconds", | ||
"range": 4.0404301127726255e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", | ||
"value": 0.000017830323182967388, | ||
"unit": "Nanoseconds", | ||
"range": 2.882071672501798e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", | ||
"value": 0.000009487896117313404, | ||
"unit": "Nanoseconds", | ||
"range": 1.0795365230388666e-7 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|