clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.23k stars 105 forks source link

Update incremental subscription benchmarks to include row serialization #999

Open joshua-spacetime opened 4 months ago

joshua-spacetime commented 4 months ago

Currently the incremental subscription benchmarks, incr-join and incr-select, only take into account query execution. They should also include row serialization. Specifically they should include both the cost of serializing product values into bsatn as well as bsatn to protobuf.

Centril commented 4 months ago

Ideally, we would add additional benchmarks rather than changing the existing ones.

cloutiertyler commented 2 months ago

Any idea why the tests are failing?