Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Jan 22, 2025
1 parent 73dbc0b commit 09c1935
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmarkScouterJava.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ jobs:
run: |
./setup.sh
cd frameworks/Scouter-java/
export NUM_OF_LOOPS=10
export NUM_OF_LOOPS=3
./benchmark.sh
cd results-Scouter-java
unzip results.zip
unzip results.zip
pwd
ls
../../../analysis/getGHActionsFormat.sh &> output.json
cat output.json
mv output.json ../../../
Expand Down

0 comments on commit 09c1935

Please sign in to comment.