-
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 ba…
- Loading branch information
github-action-benchmark
committed
Oct 17, 2024
1 parent
f9aa8a7
commit 4723146
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": 1729191744487, | ||
"lastUpdate": 1729200516517, | ||
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger", | ||
"entries": { | ||
"Haskell Benchmark": [ | ||
|
@@ -20234,6 +20234,78 @@ window.BENCHMARK_DATA = { | |
"range": 1.1703332502836087e-7 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Tex M.", | ||
"username": "Ranchhand87" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "ba4eb88a32bdcc49ee408501be065db3cb3a39ba", | ||
"message": "Align with Governance audit (#4656)\n\n* Add Issue Templates\r\n\r\n* Add `CODE-OF-CONDUCT.md`\r\n\r\nCo-authored-by: Alexey Kuleshevich <[email protected]>", | ||
"timestamp": "2024-10-17T21:25:36Z", | ||
"tree_id": "ec7b38f36e24412b6c55437559ee46f64c18da3d", | ||
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/ba4eb88a32bdcc49ee408501be065db3cb3a39ba" | ||
}, | ||
"date": 1729200495844, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", | ||
"value": 0.00005269828786963032, | ||
"unit": "Nanoseconds", | ||
"range": 5.44808242889605e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", | ||
"value": 0.000056609721582664856, | ||
"unit": "Nanoseconds", | ||
"range": 5.748808377184479e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", | ||
"value": 0.00006543006861876631, | ||
"unit": "Nanoseconds", | ||
"range": 0.0000012144394928350033 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", | ||
"value": 0.0001178292002280527, | ||
"unit": "Nanoseconds", | ||
"range": 0.000001942799360572357 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", | ||
"value": 0.000009775540211832135, | ||
"unit": "Nanoseconds", | ||
"range": 1.228335290217792e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", | ||
"value": 0.00001750427472315947, | ||
"unit": "Nanoseconds", | ||
"range": 1.0626966552166697e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", | ||
"value": 0.000017869663947135936, | ||
"unit": "Nanoseconds", | ||
"range": 1.2837065181355996e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", | ||
"value": 0.000009698921159940978, | ||
"unit": "Nanoseconds", | ||
"range": 9.856826768874684e-8 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|