Skip to content

Commit 3886950

Browse files
performance reports with charting
Co-authored-by: chandan <chandanydv0402@gmail.com>
1 parent 7f8ab65 commit 3886950

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Set up JDK 11
20-
uses: actions/setup-java@v3
20+
uses: actions/setup-java@v4
2121
with:
2222
java-version: '11'
2323
distribution: 'adopt'

.github/workflows/perfTest-febrl120K.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
INPUT: "zingg_community_performance_reports/perf_test/perfTestInput_febrl120K.json"
1616
steps:
1717
- name: checkout repo content
18-
uses: actions/checkout@v3 # checkout the repository content to github runner.
18+
uses: actions/checkout@v4 # checkout the repository content to github runner.
1919
- name: Load Spark config
2020
id: cfg
2121
run: |
@@ -25,7 +25,7 @@ jobs:
2525
echo "hadoop_version=$HADOOP_VERSION" >> "$GITHUB_OUTPUT"
2626
echo "spark_url=$SPARK_URL" >> "$GITHUB_OUTPUT"
2727
- name: setup python
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: 3.12.7 #install the python needed
3131
- uses: actions/setup-java@v4
@@ -63,7 +63,7 @@ jobs:
6363
git remote set-url origin https://x-access-token:${{ secrets.GH_PERF_COMMUNITY_ACTION }}@github.com/zinggAI/zingg_community_performance_reports.git
6464
git config user.name sonalgoyal
6565
git config user.email sonalgoyal4@gmail.com
66-
git add perf_test/perf_test_report/*.json
66+
git add perf_test/perf_test_report/*.json perf_test/perf_test_report/*.csv
6767
if git diff --cached --quiet; then
6868
echo "No changes to commit for perfTest-febrl120K."
6969
else

.github/workflows/perfTest-ncVoters5M.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
INPUT: "zingg_community_performance_reports/perf_test/perfTestInput_ncVoters5M.json"
1616
steps:
1717
- name: checkout repo content
18-
uses: actions/checkout@v3 # checkout the repository content to github runner.
18+
uses: actions/checkout@v4 # checkout the repository content to github runner.
1919
- name: Load Spark config
2020
id: cfg
2121
run: |
@@ -25,7 +25,7 @@ jobs:
2525
echo "hadoop_version=$HADOOP_VERSION" >> "$GITHUB_OUTPUT"
2626
echo "spark_url=$SPARK_URL" >> "$GITHUB_OUTPUT"
2727
- name: setup python
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: 3.12.7 #install the python needed
3131
- uses: actions/setup-java@v4
@@ -63,7 +63,7 @@ jobs:
6363
git remote set-url origin https://x-access-token:${{ secrets.GH_PERF_COMMUNITY_ACTION }}@github.com/zinggAI/zingg_community_performance_reports.git
6464
git config user.name sonalgoyal
6565
git config user.email sonalgoyal4@gmail.com
66-
git add perf_test/perf_test_report/*.json
66+
git add perf_test/perf_test_report/*.json perf_test/perf_test_report/*.csv
6767
if git diff --cached --quiet; then
6868
echo "No changes to commit for perfTest-febrl120K."
6969
else

.github/workflows/pmd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
contents: read
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
20-
- uses: actions/setup-java@v3
19+
- uses: actions/checkout@v4
20+
- uses: actions/setup-java@v4
2121
with:
2222
distribution: 'temurin'
2323
java-version: '11'

0 commit comments

Comments
 (0)