Skip to content

Commit 1d43a4e

Browse files
author
devizer
committed
Actions on VM: All the find for full set of VMs, Jit for precision benchmark, trim precision benchmark log
1 parent 45f47ad commit 1d43a4e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/CpuUsage-Tests-Matrix.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ jobs:
103103
104104
- name: PREPARE Artifact
105105
run: |
106+
cat $HOME/Artifacts/PRECISION.LOG | sed '0,/Show_Precision_Histogram/d' > /tmp/1
107+
tac /tmp/1 > /tmp/2
108+
cat /tmp/2 | sed '0,/Show_Precision_Histogram/d' > /tmp/3
109+
tac /tmp/3 > $HOME/Artifacts/PRECISION.LOG
110+
106111
mkdir -p "${{ github.workspace }}/Artifact"
107112
cp -f $HOME/Artifacts/PRECISION.LOG "${{ github.workspace }}/Artifact/PRECISION on ${{ matrix.os }}.LOG"
108113
cat $HOME/Artifacts/PRECISION.LOG

0 commit comments

Comments
 (0)