Compare commits
1 Commits
74c1738a16
...
1749408bdd
| Author | SHA1 | Date | |
|---|---|---|---|
| 1749408bdd |
@@ -54,21 +54,22 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name "ci-bot"
|
git config --global user.name "ci-bot"
|
||||||
git config --global user.email "ci-bot@local"
|
git config --global user.email "ci-bot@local"
|
||||||
|
git stash
|
||||||
|
|
||||||
BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
|
BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
|
||||||
|
|
||||||
echo "Checking if last commit was a timing update"
|
echo "Checking if last commit was a timing update"
|
||||||
|
git pull
|
||||||
LAST_COMMIT_MSG=$(git log -1 --pretty=%B)
|
LAST_COMMIT_MSG=$(git log -1 --pretty=%B)
|
||||||
|
|
||||||
if echo "$LAST_COMMIT_MSG" | grep -q "Update matrix-timing-tests timings"; then
|
if echo "$LAST_COMMIT_MSG" | grep -q "Update matrix-timing-tests timings"; then
|
||||||
echo "Last commit was a timing update, skipping commit."
|
echo "Last commit was a timing update, skipping commit."
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "Last commit name was: {$LAST_COMMIT_MSG}"
|
echo "Last commit name was: $LAST_COMMIT_MSG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Checking out source branch $BRANCH_NAME"
|
echo "Checking out source branch $BRANCH_NAME"
|
||||||
git stash
|
|
||||||
git fetch origin "$BRANCH_NAME"
|
git fetch origin "$BRANCH_NAME"
|
||||||
git checkout -B "$BRANCH_NAME" "origin/$BRANCH_NAME"
|
git checkout -B "$BRANCH_NAME" "origin/$BRANCH_NAME"
|
||||||
git stash pop
|
git stash pop
|
||||||
|
|||||||
@@ -1,51 +1,51 @@
|
|||||||
Randomness seeded to: 3183250018
|
Randomness seeded to: 942964370
|
||||||
0.179 s: Addition
|
0.184 s: Addition
|
||||||
|
0.185 s: Timing Tests
|
||||||
|
0.189 s: Subtraction
|
||||||
|
0.189 s: Timing Tests
|
||||||
|
1.911 s: Multiplication
|
||||||
|
1.911 s: Timing Tests
|
||||||
|
0.127 s: Scalar Multiplication
|
||||||
|
0.127 s: Timing Tests
|
||||||
|
0.179 s: Element Multiply
|
||||||
0.179 s: Timing Tests
|
0.179 s: Timing Tests
|
||||||
0.177 s: Subtraction
|
0.178 s: Element Divide
|
||||||
0.177 s: Timing Tests
|
0.178 s: Timing Tests
|
||||||
1.931 s: Multiplication
|
0.156 s: Minor Matrix
|
||||||
1.931 s: Timing Tests
|
0.156 s: Timing Tests
|
||||||
0.129 s: Scalar Multiplication
|
0.103 s: Determinant
|
||||||
0.129 s: Timing Tests
|
0.103 s: Timing Tests
|
||||||
0.175 s: Element Multiply
|
0.416 s: Matrix of Minors
|
||||||
0.175 s: Timing Tests
|
0.416 s: Timing Tests
|
||||||
0.174 s: Element Divide
|
0.109 s: Invert
|
||||||
0.174 s: Timing Tests
|
0.109 s: Timing Tests
|
||||||
0.155 s: Minor Matrix
|
0.127 s: Transpose
|
||||||
0.155 s: Timing Tests
|
0.127 s: Timing Tests
|
||||||
0.104 s: Determinant
|
0.207 s: Normalize
|
||||||
0.104 s: Timing Tests
|
0.207 s: Timing Tests
|
||||||
0.465 s: Matrix of Minors
|
|
||||||
0.465 s: Timing Tests
|
|
||||||
0.111 s: Invert
|
|
||||||
0.111 s: Timing Tests
|
|
||||||
0.128 s: Transpose
|
|
||||||
0.128 s: Timing Tests
|
|
||||||
0.203 s: Normalize
|
|
||||||
0.203 s: Timing Tests
|
|
||||||
0.006 s: GET ROW
|
0.006 s: GET ROW
|
||||||
0.006 s: Timing Tests
|
0.007 s: Timing Tests
|
||||||
0.238 s: GET COLUMN
|
0.290 s: GET COLUMN
|
||||||
0.238 s: Timing Tests
|
0.290 s: Timing Tests
|
||||||
===============================================================================
|
===============================================================================
|
||||||
test cases: 1 | 1 passed
|
test cases: 1 | 1 passed
|
||||||
assertions: - none -
|
assertions: - none -
|
||||||
|
|
||||||
Command being timed: "build/unit-tests/matrix-timing-tests -d yes"
|
Command being timed: "build/unit-tests/matrix-timing-tests -d yes"
|
||||||
User time (seconds): 4.16
|
User time (seconds): 4.17
|
||||||
System time (seconds): 0.00
|
System time (seconds): 0.00
|
||||||
Percent of CPU this job got: 99%
|
Percent of CPU this job got: 99%
|
||||||
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:04.17
|
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:04.18
|
||||||
Average shared text size (kbytes): 0
|
Average shared text size (kbytes): 0
|
||||||
Average unshared data size (kbytes): 0
|
Average unshared data size (kbytes): 0
|
||||||
Average stack size (kbytes): 0
|
Average stack size (kbytes): 0
|
||||||
Average total size (kbytes): 0
|
Average total size (kbytes): 0
|
||||||
Maximum resident set size (kbytes): 3200
|
Maximum resident set size (kbytes): 3072
|
||||||
Average resident set size (kbytes): 0
|
Average resident set size (kbytes): 0
|
||||||
Major (requiring I/O) page faults: 184
|
Major (requiring I/O) page faults: 184
|
||||||
Minor (reclaiming a frame) page faults: 172
|
Minor (reclaiming a frame) page faults: 175
|
||||||
Voluntary context switches: 1
|
Voluntary context switches: 1
|
||||||
Involuntary context switches: 84
|
Involuntary context switches: 130
|
||||||
Swaps: 0
|
Swaps: 0
|
||||||
File system inputs: 12
|
File system inputs: 12
|
||||||
File system outputs: 1
|
File system outputs: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user