-
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 16…
- Loading branch information
github-action-benchmark
committed
Jun 27, 2024
1 parent
8b086fe
commit 76bc66d
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": 1719462941764, | ||
"lastUpdate": 1719470094891, | ||
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger", | ||
"entries": { | ||
"Haskell Benchmark": [ | ||
|
@@ -10226,6 +10226,78 @@ window.BENCHMARK_DATA = { | |
"range": 6.727729995797088e-8 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Alexey Kuleshevich", | ||
"username": "lehins" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "16f57e4d4b53d6ff5ef4eca6dad7e03ae75ea9e5", | ||
"message": "Merge pull request #4433 from IntersectMBO/lehins/improve-resilience-of-futurePParams\n\nImprove resilience of future PParams", | ||
"timestamp": "2024-06-27T00:31:48-06:00", | ||
"tree_id": "59d02a3ba060e9720517eacb0e92aaab558f5a52", | ||
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/16f57e4d4b53d6ff5ef4eca6dad7e03ae75ea9e5" | ||
}, | ||
"date": 1719470075769, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", | ||
"value": 0.00005660033640367623, | ||
"unit": "Nanoseconds", | ||
"range": 0.0000042059417358661015 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", | ||
"value": 0.000060038449706585254, | ||
"unit": "Nanoseconds", | ||
"range": 0.0000029064961425367985 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", | ||
"value": 0.00006883221423443592, | ||
"unit": "Nanoseconds", | ||
"range": 9.491384363678667e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", | ||
"value": 0.00010304109218831307, | ||
"unit": "Nanoseconds", | ||
"range": 0.000002234169481653384 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", | ||
"value": 0.000009637129614569846, | ||
"unit": "Nanoseconds", | ||
"range": 4.21865019233851e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", | ||
"value": 0.000017332385013822947, | ||
"unit": "Nanoseconds", | ||
"range": 3.001762142535353e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", | ||
"value": 0.000017949738188802813, | ||
"unit": "Nanoseconds", | ||
"range": 2.1134075142743777e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", | ||
"value": 0.000008670941653969775, | ||
"unit": "Nanoseconds", | ||
"range": 2.2665092613876282e-7 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|