Skip to content

Commit 2fd880f

Browse files
author
devizer
committed
2nd Actions on VM: Refactoring + eu pipefail, trim precision benchmark log, All the find for full set of VMs, Jit for precision benchmark
1 parent 8885b63 commit 2fd880f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ jobs:
104104
105105
- name: PREPARE Artifact
106106
run: |
107-
# TRIM Show_Precision_Histogram ... Show_Precision_Histogram lines
107+
# TRIM Show_Precision_Histogram (first) ... Show_Precision_Histogram (last) lines
108108
sudo chown -R $(whoami) $HOME/Cpu-Usage-Tests
109109
cp $HOME/Cpu-Usage-Tests/PRECISION.LOG /tmp/0
110110
# sed '0,/Show_Precision_Histogram/d' - it exclides matching line
111111
cat /tmp/0 | sed -n '/Show_Precision_Histogram/,$p' > /tmp/1
112112
tac /tmp/1 > /tmp/2
113113
cat /tmp/2 | sed -n '/Show_Precision_Histogram/,$p' > /tmp/3
114-
tac /tmp/3 > $HOME/Artifacts/PRECISION.LOG
114+
tac /tmp/3 > $HOME/Cpu-Usage-Tests/PRECISION.LOG
115115
cat $HOME/Cpu-Usage-Tests/PRECISION.LOG
116116
117117
mkdir -p "${{ github.workspace }}/Artifact"

0 commit comments

Comments
 (0)