Skip to content

Commit

Permalink
chore: update nightly simulation rate and target (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do authored Feb 16, 2024
1 parent 5b5754f commit 5a0a29c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simulations/basic-simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: recon
spec:
scenario: recon-event-sync # or recon-event-key-sync if you're using rust-ceramic without recon data
throttleRequests: 280 # include to define a "steady sync" scenario where the worker creates about this many events/second
successRequestTarget: 10 # override the default value of 300 to determine how many events must be synced per second to other peers in the network
throttleRequests: 300 # include to define a "steady sync" scenario where the worker creates about this many events/second
successRequestTarget: 200 # override the default value of 300 to determine how many events must be synced per second to other peers in the network
users: 2 # increase to generate more events, 1 is probably sufficient for our 300/s goal
runTime: 2
runTime: 10

0 comments on commit 5a0a29c

Please sign in to comment.