-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare benchmarks for memory streams (#6318)
Benchmarks like `BenchmarkJetStreamPublish` would fail when changed to use memory-based storage with the following message: ``` BenchmarkJetStreamPublish/N=3,R=3,MsgSz=1024b,Subjs=1/Async[W:4000] jetstream_benchmark_test.go:738: Publish timed out ``` This was due to the underlying error being hit: ``` Apply stream entries for '$G > S' got error processing message: insufficient resources (10023) ``` Making the maximums consistent so all file-based benchmarks/tests can also run for memory-based without timing out due to insufficient resources. Signed-off-by: Maurice van Veen <[email protected]>
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters