Skip to content

Commit 9e78235

Browse files
bench: Add texray span output (#66)
1 parent 40092c1 commit 9e78235

3 files changed

Lines changed: 308 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 224 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ p3-util = { git = "https://github.com/Plonky3/Plonky3", rev = "e9d75614dd6816f9b
3434
criterion = "0.5"
3535
p3-baby-bear = { git = "https://github.com/Plonky3/Plonky3", rev = "e9d75614dd6816f9b5dbb4413c69be63536efd64" }
3636
rand = "0.10"
37+
tracing-subscriber = "0.3"
38+
tracing-texray = { git = "https://github.com/argumentcomputer/tracing-texray", rev = "465bbca0bea4721e58419c11cabd8cce21757822" }
3739

3840
[[bench]]
3941
name = "multi_stark"

0 commit comments

Comments
 (0)