-
Notifications
You must be signed in to change notification settings - Fork 120
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
Laod test suite #952
Merged
Merged
Laod test suite #952
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d2c7f64
performance test changes, overwrite report
Nitish1814 56a99ae
add back report
Nitish1814 630cd51
added on push
Nitish1814 179c294
added driver memory in spark submit for test purpose
Nitish1814 519291c
report generated
83e9547
changes
Nitish1814 c81c3f5
reformatted code, time rounded to one decimal place
Nitish1814 804c1e4
renamed config names
Nitish1814 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 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 |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
run: mvn clean compile package -DskipTests=true | ||
- name: execute py script | ||
run: | | ||
python loadTest.py | ||
python perf_test/perfTestRunner.py | ||
git config user.name nitish | ||
git config user.email [email protected] | ||
git add . | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file added
BIN
+68 Bytes
...ingData/unmarked/.part-00000-34139ed1-e811-4cf5-ac0d-d586e5ab2e28-c000.snappy.parquet.crc
Binary file not shown.
Binary file added
BIN
+76 Bytes
...ingData/unmarked/.part-00000-e1bdba42-bf91-4196-b8c1-a54bb1d3fd66-c000.snappy.parquet.crc
Binary file not shown.
Binary file added
BIN
+7.32 KB
...trainingData/unmarked/part-00000-34139ed1-e811-4cf5-ac0d-d586e5ab2e28-c000.snappy.parquet
Binary file not shown.
Binary file added
BIN
+8.27 KB
...trainingData/unmarked/part-00000-e1bdba42-bf91-4196-b8c1-a54bb1d3fd66-c000.snappy.parquet
Binary file not shown.
Binary file added
BIN
+48 Bytes
...ingData/unmarked/.part-00000-ef87e025-7f8f-4804-9916-37c3a2f983f1-c000.snappy.parquet.crc
Binary file not shown.
Binary file added
BIN
+4.8 KB
...trainingData/unmarked/part-00000-ef87e025-7f8f-4804-9916-37c3a2f983f1-c000.snappy.parquet
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
******************************** perf test report, 2024-11-14, 18:09:04 ******************************** | ||
|
||
------------ Test bed details ------------ | ||
Load samples: 65_samples | ||
Phases: findTrainingData match | ||
------------------------------------------ | ||
|
||
capturing for 65_samples | ||
PHASE TIME_TAKEN_IN_MINUTES | ||
findTrainingData 3.0 | ||
match 4.5 | ||
|
||
******************************************************************************************************** | ||
|
||
|
||
|
||
|
||
|
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,5 +1,4 @@ | ||
#!/bin/bash | ||
#ZINGG_HOME=./assembly/target | ||
ZINGG_JARS=$ZINGG_HOME/zingg-0.4.1-SNAPSHOT.jar | ||
[email protected] | ||
LICENSE=zinggLicense.txt | ||
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we adding it here? and this value in any case is not making sense.