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 摘要。