generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 73
Add read-write benchmark and performance test results to readme #316
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
Merged
karenc-bq
merged 16 commits into
aws:main
from
Bit-Quill:add-rw-performance-tests-to-readme
Feb 2, 2023
Merged
Changes from 7 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
608d0ae
read-write splitting plugin performance test results
joyc-bq 57846ae
fixed a typo
joyc-bq 25f8552
added one word
joyc-bq 3e60e45
added results link to documentation readme
joyc-bq 659e0f6
fix table in efm test
joyc-bq c7027ae
add changes to development guide
joyc-bq 0219438
remove some performance results
joyc-bq 1c0e432
change units to seconds and divide by 10 to display score per iteration
joyc-bq e06870b
changed score to overhead time from baseline
joyc-bq ee4fada
added diagram and description to Development Guide
joyc-bq ace5df8
link to performance results in readme
joyc-bq b19fad2
performance readme description add clarity of what overhead means
joyc-bq 953dea0
graphic change
joyc-bq a4c3448
add percentage values to table
joyc-bq 7b7ed30
diagram and chart axis name change
joyc-bq 784becd
description about reader instances clarified
joyc-bq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
2 changes: 1 addition & 1 deletion
2
docs/development-guide/PerformanceResults.md → ...EFMAndFailoverPluginPerformanceResults.md
This file contains hidden or 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
8 changes: 8 additions & 0 deletions
8
docs/development-guide/ReadWriteSplittingPluginPerformanceResults.md
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # Read-Write Splitting Plugin Performance Results | ||
|
|
||
| ## Benchmarks | ||
| | Benchmark | Score | Units | | ||
| |---------------------------------------------------------------|-------------|-------| | ||
| | No Plugin Enabled | 1,105,514.4 | ms/op | | ||
joyc-bq marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| | Read-Write Splitting Plugin Enabled | 1,106,074.0 | ms/op | | ||
| | Read-Write Splitting Plugin and Reader Load Balancing Enabled | 1,107,379.9 | ms/op | | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.