Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating Fake Storage Third Party #777

Conversation

raj-prince
Copy link
Collaborator

Package link: https://pkg.go.dev/github.com/fsouza/fake-gcs-server/fakestorage
This will be used to create fakes for unit testing.

@raj-prince
Copy link
Collaborator Author

raj-prince commented Sep 6, 2022

This is the comparison of FIO load test of this branch with the master branch.

Current Branch:
READ: bw=3635MiB/s (3812MB/s), 3635MiB/s-3635MiB/s (3812MB/s-3812MB/s), io=213GiB (229GB), run=60019-60019m

WRITE: bw=175MiB/s (183MB/s), 175MiB/s-175MiB/s (183MB/s-183MB/s), io=10.3GiB (11.0GB), run=60125-60125msec

Random READ: bw=4199MiB/s (4402MB/s), 4199MiB/s-4199MiB/s (4402MB/s-4402MB/s), io=246GiB (264GB), run=60025-60025ms

Random WRITE: bw=178MiB/s (187MB/s), 178MiB/s-178MiB/s (187MB/s-187MB/s), io=10.5GiB (11.2GB), run=60190-60190msec

Master Branch:
READ: bw=3809MiB/s (3994MB/s), 3809MiB/s-3809MiB/s (3994MB/s-3994MB/s), io=223GiB (240GB), run=60023-60023ms

WRITE: bw=167MiB/s (175MB/s), 167MiB/s-167MiB/s (175MB/s-175MB/s), io=9.83GiB (10.6GB), run=60380-60380msec

Random READ: bw=3702MiB/s (3882MB/s), 3702MiB/s-3702MiB/s (3882MB/s-3882MB/s), io=217GiB (233GB), run=60044-60044ms

Random WRITE: bw=173MiB/s (181MB/s), 173MiB/s-173MiB/s (181MB/s-181MB/s), io=10.2GiB (10.9GB), run=60183-60183msec

Number are nearly equal, current branch number is better than the master branch for WRITE, RANDOM READ and RANDOM WRITE and less than for READ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants