-
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 f8…
- Loading branch information
github-action-benchmark
committed
Oct 18, 2024
1 parent
ba0df40
commit 3c56f91
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": 1729208806697, | ||
"lastUpdate": 1729282139603, | ||
"repoUrl": "https://github.com/IntersectMBO/cardano-ledger", | ||
"entries": { | ||
"Haskell Benchmark": [ | ||
|
@@ -20378,6 +20378,78 @@ window.BENCHMARK_DATA = { | |
"range": 1.996052670776446e-7 | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Alexey Kuleshevich", | ||
"username": "lehins" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "f8ed6c2e32af1fe9e0026221cd090e2517e2f26d", | ||
"message": "Merge pull request #4706 from IntersectMBO/lehins/cardano-node-10.0-changelog\n\nAdd changelog section for cardano-node-10.0 and 9.2.1", | ||
"timestamp": "2024-10-18T14:05:49-06:00", | ||
"tree_id": "13d81ab0e3d6e425c56f0b0025353621c2402a53", | ||
"url": "https://github.com/IntersectMBO/cardano-ledger/commit/f8ed6c2e32af1fe9e0026221cd090e2517e2f26d" | ||
}, | ||
"date": 1729282119598, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto", | ||
"value": 0.00005237292277644146, | ||
"unit": "Nanoseconds", | ||
"range": 2.796868955827844e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto", | ||
"value": 0.00005659996673063843, | ||
"unit": "Nanoseconds", | ||
"range": 5.81577938473342e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/MaryEra C_Crypto", | ||
"value": 0.00006511414287900603, | ||
"unit": "Nanoseconds", | ||
"range": 7.912048407015138e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/ApplyTxInEra/AlonzoEra C_Crypto", | ||
"value": 0.00011560935084310801, | ||
"unit": "Nanoseconds", | ||
"range": 6.694615408854855e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto", | ||
"value": 0.00000937694284685643, | ||
"unit": "Nanoseconds", | ||
"range": 1.02982944363922e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto", | ||
"value": 0.000017327342136195757, | ||
"unit": "Nanoseconds", | ||
"range": 7.716397910190374e-7 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto", | ||
"value": 0.000017634326609900567, | ||
"unit": "Nanoseconds", | ||
"range": 0.000001013146094402973 | ||
}, | ||
{ | ||
"name": "applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto", | ||
"value": 0.000009320322026464473, | ||
"unit": "Nanoseconds", | ||
"range": 6.920346694485105e-8 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|