Skip to content

Commit 39ab6df

Browse files
committed
chore(ups): add benches
1 parent 9d59211 commit 39ab6df

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)