mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 10:48:19 -04:00
b9d30991f1
# Description of Changes Apparently, I missed several license files in #3002. I'm not sure what method I was using to find them, but apparently it was insufficient. **This replaces all empty `LICENSE` files with an explicit (symlink to) BSL license, and all apache licenses with symlinks to the root apache license.** This PR does not intentionally change any license terms, so if you see one that changed, **it's a mistake**. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing ```bash $ find . -name '*LICENSE*' -type f | grep -v '\.meta$' ./crates/sqltest/standards/LICENSE # this one is an external library that we are not allowed to re-license ./LICENSE.txt # this is the root license ``` --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
keynote-benchmarks Rust Benchmarks
Implementations of various benchmarks used for the Keynote presentation.
How to Run
- Create a new database, for example using
run_standalone_temp.sh. - Publish this module:
# This will `DESTROY` the existing `keynote` database, so be careful! spacetimedb-cli publish keynote -c -p crates/keynote-benchmarks - Run the benchmarks:
spacetimedb-cli call keynote update_positions_by_collect spacetimedb-cli call keynote roundtrip - See the result:
# After running the `publish` to see the results of `init` # and any of the above commands: spacetimedb-cli logs keynote