Skip to content

Commit 7489335

Browse files
committed
Log some debug information
1 parent f284ff3 commit 7489335

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/continuous-integration.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,11 @@ jobs:
567567
with:
568568
path: BECHMARK_RESULTS_TMP
569569

570+
- name: Tree Benchmark Results
571+
run: |
572+
cd BECHMARK_RESULTS_TMP
573+
tree
574+
570575
- name: Auto-Generate Benchmark Documentation
571576
run: |
572577
git clone https://github.com/LibRapid/BenchmarksCPP.git
@@ -576,6 +581,11 @@ jobs:
576581
cd scripts
577582
python docGenerator.py --input ../../BECHMARK_RESULTS_TMP --output ../../BECHMARK_RESULTS
578583
584+
- name: Tree Benchmark Results
585+
run: |
586+
cd BECHMARK_RESULTS
587+
tree
588+
579589
- name: Upload Benchmark Results
580590
uses: actions/upload-artifact@v3
581591
with:

0 commit comments

Comments
 (0)