Skip to content

Commit

Permalink
add benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
agola11 committed Oct 23, 2024
1 parent 4cc7d92 commit d8e98d2
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 11 deletions.
257 changes: 255 additions & 2 deletions rust/crates/langsmith_tracing_client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion rust/crates/langsmith_tracing_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ serde = { version = "1.0.210", features = ["derive"] }
chrono = "0.4.38"
reqwest = { version = "0.12.8", features = ["multipart", "stream"] }
thiserror = "1.0"
mockito = "1.5.0"
tokio-util = "0.7.12"
tempfile = "3.13.0"
pyo3-asyncio = { version = "0.20.0", features = ["testing", "attributes", "async-std-runtime", "tokio-runtime"] }
pyo3 = "0.20.3"

[dev-dependencies]
multipart = "0.18.0"
mockito = "1.5.0"
criterion = { version = "0.5.1", features = ["async_tokio"] }

[[bench]]
name = "tracing_client_benchmark"
harness = false
Loading

0 comments on commit d8e98d2

Please sign in to comment.