Skip to content

Commit 0407389

Browse files
[ci][wip] Update CI workflows to use JSON format for metrics storage
1 parent c937d4a commit 0407389

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-and-run.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ jobs:
9696
- name: FP16 - Run Llama-3.2-1B-Instruct-F16.gguf - Standard
9797
env:
9898
JAVA_TOOL_OPTIONS: >-
99-
-Dllama.metrics.format=github
99+
-Dllama.metrics.format=json
100100
-Dllama.metrics.output=file
101-
-Dllama.metrics.file=${{ runner.temp }}/metrics-${{ matrix.backend.name }}-standard.md
101+
-Dllama.metrics.file=${{ runner.temp }}/metrics-${{ matrix.backend.name }}-standard.json
102102
run: |
103103
cd ${{ github.workspace }}
104104
export PATH="$TORNADOVM_HOME/bin:$JAVA_HOME/bin:$PATH"
@@ -108,9 +108,9 @@ jobs:
108108
- name: FP16 - Run Llama-3.2-1B-Instruct-F16.gguf - Prefill-Decode
109109
env:
110110
JAVA_TOOL_OPTIONS: >-
111-
-Dllama.metrics.format=github
111+
-Dllama.metrics.format=json
112112
-Dllama.metrics.output=file
113-
-Dllama.metrics.file=${{ runner.temp }}/metrics-${{ matrix.backend.name }}-prefill-decode.md
113+
-Dllama.metrics.file=${{ runner.temp }}/metrics-${{ matrix.backend.name }}-prefill-decode.json
114114
run: |
115115
cd ${{ github.workspace }}
116116
export PATH="$TORNADOVM_HOME/bin:$JAVA_HOME/bin:$PATH"
@@ -121,9 +121,9 @@ jobs:
121121
- name: FP16 - Run Llama-3.2-1B-Instruct-F16.gguf - Batch-Prefill-Decode
122122
env:
123123
JAVA_TOOL_OPTIONS: >-
124-
-Dllama.metrics.format=github
124+
-Dllama.metrics.format=json
125125
-Dllama.metrics.output=file
126-
-Dllama.metrics.file=${{ runner.temp }}/metrics-${{ matrix.backend.name }}-batch-prefill-decode.md
126+
-Dllama.metrics.file=${{ runner.temp }}/metrics-${{ matrix.backend.name }}-batch-prefill-decode.json
127127
run: |
128128
cd ${{ github.workspace }}
129129
export PATH="$TORNADOVM_HOME/bin:$JAVA_HOME/bin:$PATH"

0 commit comments

Comments
 (0)