MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / large_payload

Function large_payload

crates/commitlog/benches/write.rs:88–91  ·  view source on GitHub ↗
(c: &mut Criterion)

Source from the content-addressed store, hash-verified

86}
87
88fn large_payload(c: &mut Criterion) {
89 let params = Params::with_payloads([Payload::new([b'z'; 4096])]);
90 bench_append(c, "large payload", params);
91}
92
93fn mixed_payloads(c: &mut Criterion) {
94 let params = Params::with_payloads([

Callers

nothing calls this directly

Calls 2

bench_appendFunction · 0.85
newFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…