Jade Lucas

Results 3 comments of Jade Lucas

I have a need to load test an api that takes in pdfs. I was hoping that we could utilize SharedArray to share blobs (ArrayBuffer) across VUs. We are trying...

> Just want to mention the "official" way of achieving this: > > ```cs > var sd = new SearchRequestDescriptor(); > sd.SourceIncludes(new Expression[] { > x => x.Id, > x...

Would be beneficial for streaming cases. In our case, we do alot of stream, we grab chucks anywhere from 100kb to 1MB. We see 5 to 10ms latency for HEAD,...