Skip to content

Commit ca5490e

Browse files
committed
chore(ups): add benches (#2878)
Fixes RVT-5128
1 parent 0977209 commit ca5490e

File tree

5 files changed

+948
-2
lines changed

5 files changed

+948
-2
lines changed

Cargo.lock

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

packages/common/universalpubsub/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ uuid.workspace = true
2727
[dev-dependencies]
2828
rivet-config.workspace = true
2929
rivet-env.workspace = true
30+
tabled.workspace = true
3031
tempfile.workspace = true
3132
tracing-subscriber.workspace = true
3233
rivet-test-deps-docker.workspace = true
34+
35+
[[bench]]
36+
name = "simple"
37+
harness = false

0 commit comments

Comments
 (0)