Skip to content

Commit 0177053

Browse files
committed
Update workflow to run two benchmarks
This commit is a test to check if running both the benchmarks in the same workflow would make any difference to the results Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent f865a17 commit 0177053

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/benchmark_regression_test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ jobs:
4141
run: make benchmarks-perf-test
4242
- name: Make current directory
4343
run: mkdir -v ${{ github.workspace }}/current
44-
- name: Stash uncommitted changes
45-
run: git stash push --keep-index --include-untracked -m "Stashing changes for tests"
46-
# If you're using Git version 2.28 or later, use this line instead:
47-
# run: git stash push --keep-index --include-untracked -m "Stashing changes for tests"
48-
# This will ensure that uncommitted changes do not interfere with the tests.
4944
- name: Copy results to current directory
5045
run: cp -r ${{ github.workspace }}/benchmark/performanceTest/output ${{ github.workspace }}/current
5146
- name: Perform Comparison and log results

0 commit comments

Comments
 (0)