We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f284ff3 commit 7489335Copy full SHA for 7489335
.github/workflows/continuous-integration.yaml
@@ -567,6 +567,11 @@ jobs:
567
with:
568
path: BECHMARK_RESULTS_TMP
569
570
+ - name: Tree Benchmark Results
571
+ run: |
572
+ cd BECHMARK_RESULTS_TMP
573
+ tree
574
+
575
- name: Auto-Generate Benchmark Documentation
576
run: |
577
git clone https://github.com/LibRapid/BenchmarksCPP.git
@@ -576,6 +581,11 @@ jobs:
581
cd scripts
582
python docGenerator.py --input ../../BECHMARK_RESULTS_TMP --output ../../BECHMARK_RESULTS
578
583
584
585
586
+ cd BECHMARK_RESULTS
587
588
579
589
- name: Upload Benchmark Results
580
590
uses: actions/upload-artifact@v3
591
0 commit comments