Skip to content

Commit 12f3792

Browse files
authored
Merge pull request #377 from superfly/gorbak/process_changes_bench
Benchmark for process_multiple_changes
2 parents c2a4fe5 + 15775a2 commit 12f3792

File tree

7 files changed

+1195
-4
lines changed

7 files changed

+1195
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
.direnv/**
77
*.log
88
.antithesis/config/volumes
9+
benchmark_results/*
10+
.DS_Store

Cargo.lock

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

crates/corro-agent/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,9 @@ governor.workspace = true
7171
[dev-dependencies]
7272
corro-tests = { path = "../corro-tests" }
7373
reqwest.workspace = true
74+
http-body = { workspace = true }
75+
criterion = { version = "0.5", features = ["async_tokio"] }
76+
77+
[[bench]]
78+
name = "process_changes"
79+
harness = false

0 commit comments

Comments
 (0)