Skip to content

Commit

Permalink
deploy: 44c796e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed May 1, 2024
1 parent d6da5a0 commit 9356224
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,7 @@ <h2 id="checking-the-status-of-the-network"><a class="header" href="#checking-th
<li><code>ceramic-write-only</code> - A simulation that only performs updates on two different streams</li>
<li><code>ceramic-new-streams</code> - A simulation that only creates new streams</li>
<li><code>ceramic-model-reuse</code> - A simulation that reuses the same model and queries instances across workers</li>
<li><code>recon-event-key-sync</code> - A simulation that creates event keys for Recon to sync at a fixed rate (~300/s by default). Designed for a 2 node network but should work on any.</li>
<li><code>recon-event-sync</code> - A simulation that creates events for Recon to sync at a fixed rate (~300/s by default). Designed for a 2 node network but should work on any. Choosing between recon scenarios depends on what version of rust-ceramic you have. Some versions support keys only, some support key/value (maybe we'll support both someday). If you're not sure, try this one first.</li>
<li><code>recon-event-sync</code> - A simulation that creates events for Recon to sync at a fixed rate (~300/s by default). Designed for a 2 node network but should work on any.</li>
</ul>
<p>Using one of these scenarios, we can then define the configuration for that scenario:</p>
<pre><code class="language-yaml"># basic.yaml
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions simulation.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ <h1 id="simulation"><a class="header" href="#simulation">Simulation</a></h1>
<li><code>ceramic-write-only</code> - A simulation that only performs updates on two different streams</li>
<li><code>ceramic-new-streams</code> - A simulation that only creates new streams</li>
<li><code>ceramic-model-reuse</code> - A simulation that reuses the same model and queries instances across workers</li>
<li><code>recon-event-key-sync</code> - A simulation that creates event keys for Recon to sync at a fixed rate (~300/s by default). Designed for a 2 node network but should work on any.</li>
<li><code>recon-event-sync</code> - A simulation that creates events for Recon to sync at a fixed rate (~300/s by default). Designed for a 2 node network but should work on any. Choosing between recon scenarios depends on what version of rust-ceramic you have. Some versions support keys only, some support key/value (maybe we'll support both someday). If you're not sure, try this one first.</li>
<li><code>recon-event-sync</code> - A simulation that creates events for Recon to sync at a fixed rate (~300/s by default). Designed for a 2 node network but should work on any.</li>
</ul>
<p>Using one of these scenarios, we can then define the configuration for that scenario:</p>
<pre><code class="language-yaml"># basic.yaml
Expand Down

0 comments on commit 9356224

Please sign in to comment.