You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add compile-time flag to stub FS read handler for performance testing (#1330)
This change adds an environment variable that allows Mountpoint to
return zeroed bytes when reading instead of going to S3. This is useful
for determining the maximum throughput possible between the client
application and Mountpoint's filesystem handlers, omitting major
components like file handles, prefetcher, and network calls to S3.
### Does this change impact existing behavior?
No existing behavior change.
### Does this change need a changelog entry? Does it require a version
change?
No, benchmarking change only.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and I agree to the terms of
the [Developer Certificate of Origin
(DCO)](https://developercertificate.org/).
Signed-off-by: Daniel Carl Jones <[email protected]>
0 commit comments