Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 01368f0

Browse files
authored
chore: bench improvements (#206)
1 parent cfa89fb commit 01368f0

File tree

7 files changed

+110
-93
lines changed

7 files changed

+110
-93
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
"repo": "${{ github.repository }}",
7979
"ref": "${{ github.ref }}",
8080
"lang": "rust",
81-
"test_cmd": "cargo install cargo-nextest && cargo nextest run --test integration -j 1"
81+
"test_cmd": "cargo test --test integration -j 1"
8282
}
8383
]
8484
lint:

Cargo.lock

Lines changed: 30 additions & 30 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ indicatif = "0.18.3"
2828
json_to_table = "0.12.0"
2929
miette = { version = "7.6.0", features = ["fancy"] }
3030
rand = "0.9.2"
31-
s2-sdk = { version = "0.22.5", features = ["_hidden"] }
31+
s2-sdk = { version = "0.23.0", features = ["_hidden"] }
3232
serde = { version = "1.0.228", features = ["derive"] }
3333
serde_json = { version = "1.0.149", features = ["preserve_order"] }
3434
strum = { version = "0.27", features = ["derive"] }
@@ -39,7 +39,7 @@ tokio-stream = { version = "0.1.18", features = ["io-util"] }
3939
toml = "0.9.11"
4040
tracing = "0.1.44"
4141
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
42-
uuid = { version = "1.19.0", features = ["v4"] }
42+
uuid = { version = "1.20.0", features = ["v4"] }
4343
xxhash-rust = { version = "0.8.15", features = ["xxh3"] }
4444

4545
[dev-dependencies]

0 commit comments

Comments
 (0)