-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add performance testing details and update test data
Added section about performance testing in README.md and provided links to detailed reports. In addition, the test-data.csv used by jMeter has been updated with improved formatting for enhanced readability and clarity.
- Loading branch information
Jegors Čemisovs
committed
Feb 26, 2024
1 parent
1b11894
commit db2d72a
Showing
3 changed files
with
81 additions
and
224 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
"apple","appleay" | ||
"ear","earay" | ||
"xray","xrayay" | ||
"yttria","yttriaay" | ||
"chair","airchay" | ||
"stand","andstay" | ||
"square","aresquay" | ||
"equal","equalay" | ||
"rhythm","ythmrhay" | ||
"my","ymay" | ||
"quick","ickquay" | ||
"fox","oxfay" | ||
"jumps","umpsjay" | ||
"over","overay" | ||
"lazy","azylay" | ||
"dog","ogday" | ||
"hello","ellohay" | ||
"world","orldway" | ||
"how are you","owhay areay ouyay" | ||
"good morning","oodgay orningmay" | ||
english,piglatin | ||
apple,appleay | ||
ear,earay | ||
xray,xrayay | ||
yttria,yttriaay | ||
chair,airchay | ||
stand,andstay | ||
square,aresquay | ||
equal,equalay | ||
rhythm,ythmrhay | ||
my,ymay | ||
quick,ickquay | ||
fox,oxfay | ||
jumps,umpsjay | ||
over,overay | ||
lazy,azylay | ||
dog,ogday | ||
hello,ellohay | ||
world,orldway | ||
how are you,owhay areay ouyay | ||
good morning,oodgay orningmay |