From afa45b5859d51a54a417f3ff4eeea11a02a2ce37 Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Wed, 16 Jul 2025 21:08:06 -0700 Subject: [PATCH 1/2] [bfops/blackholio-ci]: README updates --- demo/Blackholio/README.md | 4 ++-- modules/benchmarks/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demo/Blackholio/README.md b/demo/Blackholio/README.md index ffdb065b4bc..e0d2fc8f1b9 100644 --- a/demo/Blackholio/README.md +++ b/demo/Blackholio/README.md @@ -33,8 +33,8 @@ If you just want to checkout the final project and play around a bit, follow the 2. Start SpacetimeDB in a separate terminal with `spacetime start`. 3. Clone this repository: ```bash - git clone https://github.com/ClockworkLabs/Blackholio.git - cd Blackholio + git clone https://github.com/ClockworkLabs/SpacetimeDB.git + cd SpacetimeDB/demo/Blackholio ``` 4. Publish the server logic. You can either publish the csharp server or the rust server. ```bash diff --git a/modules/benchmarks/README.md b/modules/benchmarks/README.md index 01b7ca4590d..0ca623d646f 100644 --- a/modules/benchmarks/README.md +++ b/modules/benchmarks/README.md @@ -9,7 +9,7 @@ This provides the various modules used for benchmarking SpacetimeDB, with the cr ### [`circles.rs`](src/circles.rs) -Implements a smaller variation of the [Blackholio](https://github.com/clockworklabs/Blackholio) game. +Implements a smaller variation of the [Blackholio](https://github.com/clockworklabs/SpacetimeDB/tree/master/demo/Blackholio) game. Circles are spawned and then queried to evaluate `CROSS JOIN` performance. @@ -28,4 +28,4 @@ scenarios. ## How to Run -For detailed instructions on running the benchmarks, refer to the [benchmarks README](../../crates/bench/README.md). \ No newline at end of file +For detailed instructions on running the benchmarks, refer to the [benchmarks README](../../crates/bench/README.md). From 039dbc5c2481ffac771c54dd18c3b88b3471058d Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Wed, 16 Jul 2025 21:15:22 -0700 Subject: [PATCH 2/2] [bfops/blackholio-ci]: add DEVELOP.md --- demo/Blackholio/DEVELOP.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 demo/Blackholio/DEVELOP.md diff --git a/demo/Blackholio/DEVELOP.md b/demo/Blackholio/DEVELOP.md new file mode 100644 index 00000000000..ce6b7cba667 --- /dev/null +++ b/demo/Blackholio/DEVELOP.md @@ -0,0 +1 @@ +Please make changes and submit pull requests to the root repository at [SpacetimeDB/demo/Blackholio](https://github.com/clockworklabs/SpacetimeDB/tree/master/demo/Blackholio). The [Blackholio repository](https://github.com/clockworklabs/Blackholio) is only a mirror.