-
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.
Merge pull request #4790 from IntersectMBO/nm/VRFVerKeyHash-conversion
Add functions to convert hashes to and from `VRFVerKeyHash`
- Loading branch information
Showing
2 changed files
with
12 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
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
12f6aa6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Haskell Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.applyTxBenchmarks/ApplyTxInEra/ShelleyEra C_Crypto
0.00010634011069255462
Nanoseconds (0.000012309261405252147
)0.0000530014070689778
Nanoseconds (0.0000015074312661796877
)2.01
applyTxBenchmarks/ApplyTxInEra/AllegraEra C_Crypto
0.00012384871900949235
Nanoseconds (0.000023489396844338862
)0.00005942890815172612
Nanoseconds (4.2158031390575315e-7
)2.08
applyTxBenchmarks/Deserialise Shelley Tx/ShelleyEra C_Crypto
0.000019079327322378032
Nanoseconds (4.0479865739052705e-7
)0.000009454323546064946
Nanoseconds (1.0896962525982816e-7
)2.02
applyTxBenchmarks/Deserialise Shelley Tx/AllegraEra C_Crypto
0.000036544164365240576
Nanoseconds (0.000003716453696291504
)0.000017692204057757273
Nanoseconds (4.893017821818914e-7
)2.07
applyTxBenchmarks/Deserialise Shelley Tx/MaryEra C_Crypto
0.00003779967084136116
Nanoseconds (0.000003915412326624652
)0.00001790997362460671
Nanoseconds (7.743818738677526e-7
)2.11
applyTxBenchmarks/Deserialise Shelley Tx/AlonzoEra C_Crypto
0.00001973118159094004
Nanoseconds (9.260602634513965e-7
)0.000009755187765841384
Nanoseconds (6.642577606437604e-7
)2.02
This comment was automatically generated by workflow using github-action-benchmark.
CC: @nc6