Skip to content

Commit

Permalink
add Haskell Benchmark (customSmallerIsBetter) benchmark result for 09…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 6, 2024
1 parent c931b15 commit 1d0b7a4
Showing 1 changed file with 73 additions and 1 deletion.
74 changes: 73 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1715025698203,
"lastUpdate": 1715036603426,
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger",
"entries": {
"Haskell Benchmark": [
Expand Down Expand Up @@ -5186,6 +5186,78 @@ window.BENCHMARK_DATA = {
"range": 1.196135042476958e-7
}
]
},
{
"commit": {
"author": {
"email": "alexey.kuleshevich@iohk.io",
"name": "Alexey Kuleshevich",
"username": "lehins"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "092f4b293397250f451acae61ee2890e859fe2ff",
"message": "Merge pull request #4322 from IntersectMBO/dependabot/pip/doc/jinja2-3.1.4\n\nBump jinja2 from 3.1.3 to 3.1.4 in /doc",
"timestamp": "2024-05-06T17:00:12-06:00",
"tree_id": "f5610def69f0ae7d31fec7818b8af6836c1779b3",
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/092f4b293397250f451acae61ee2890e859fe2ff"
},
"date": 1715036584765,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto",
"value": 0.00006667632476325867,
"unit": "Nanoseconds",
"range": 0.000006029652893283782
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto",
"value": 0.00007018028174731749,
"unit": "Nanoseconds",
"range": 0.0000013204932553688766
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto",
"value": 0.00008016994817819472,
"unit": "Nanoseconds",
"range": 0.000002878135882857644
},
{
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto",
"value": 0.0001138201789189914,
"unit": "Nanoseconds",
"range": 0.000002159893634776642
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto",
"value": 0.000010679733036503214,
"unit": "Nanoseconds",
"range": 1.362054795665121e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto",
"value": 0.000018697384249154888,
"unit": "Nanoseconds",
"range": 4.215338397219623e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto",
"value": 0.00001796091635221685,
"unit": "Nanoseconds",
"range": 1.9663645894046548e-7
},
{
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto",
"value": 0.000009048796185103727,
"unit": "Nanoseconds",
"range": 1.6268955178636934e-7
}
]
}
]
}
Expand Down

0 comments on commit 1d0b7a4

Please sign in to comment.