Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Outline

benchmarks Rust Modules

This provides the various modules used for benchmarking SpacetimeDB, with the crate bench.

Note: Also mirrored as a C# version at modules/benchmarks-cs, so must be kept in sync.

Benchmarks

Implements a smaller variation of the Blackholio game.

Circles are spawned and then queried to evaluate CROSS JOIN performance.

Implements a simplified version of the ia loop from BitCraft.

This benchmark spawns a large number of entities in a world and queries them to measure UPDATE performance, running a single loop of the enemy AI.

Contains various synthetic benchmarks designed to test database performance. These benchmarks involve tables with different type combinations and evaluate INSERT, UPDATE, DELETE, and SELECT operations in both simple and bulk scenarios.

How to Run

For detailed instructions on running the benchmarks, refer to the benchmarks README.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.