-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #952 from Nitish1814/laod_test_suite
Laod test suite
- Loading branch information
Showing
17 changed files
with
47 additions
and
108 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
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 | ||
|