0xMiden / 0xMiden/miden-vm

Add tracing for expensive operations

未关闭
#3,489 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Rust
星标
772
派生
352
平均合并
1 天 12 小时
30 天内合并 PR
93

描述

Some operations are inherently slow, like key generation. It is useful to know how much time these take. It would be useful to add tracing annotations to some of these operations.

The current motivation for the above is the miden-base tests, there we do key generation, and it is unclear how much time the test execution is part of the keygen, and the test itself. Having a bit more of insight on that would help decide when to mock / hard code a test key. (Ofcourse, this very example doesn't need tracing in crypto and can be done by hand, this is the motivating example, I think this would be useful in general).

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。