Compare commits
2 Commits
bc4e9c240d
...
d37c648222
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d37c648222 | ||
| 53189fe356 |
@@ -50,18 +50,22 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- name: Commit and push timing results
|
- name: Commit and push timing results
|
||||||
if: github.event.pull_request.head.repo.full_name == github.repository # Only push from same repo
|
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||||
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"
|
||||||
|
|
||||||
BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
|
BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
|
||||||
|
|
||||||
|
echo "Checking out source branch $BRANCH_NAME"
|
||||||
|
git fetch origin "$BRANCH_NAME"
|
||||||
|
git checkout -B "$BRANCH_NAME" "origin/$BRANCH_NAME"
|
||||||
|
|
||||||
git add unit-tests/timing-results/matrix-timing-tests.txt
|
git add unit-tests/timing-results/matrix-timing-tests.txt
|
||||||
|
|
||||||
if git diff --quiet --cached; then
|
if git diff --quiet --cached; then
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
else
|
else
|
||||||
git commit -m "Update matrix-timing-tests timings [skip ci]"
|
git commit -m "Update matrix-timing-tests timings [skip ci]"
|
||||||
git push origin HEAD:$BRANCH_NAME
|
git push origin "$BRANCH_NAME"
|
||||||
fi
|
fi
|
||||||
@@ -1,41 +1,41 @@
|
|||||||
Randomness seeded to: 942964370
|
Randomness seeded to: 4257813089
|
||||||
0.184 s: Addition
|
0.177 s: Addition
|
||||||
0.185 s: Timing Tests
|
0.177 s: Timing Tests
|
||||||
0.189 s: Subtraction
|
0.173 s: Subtraction
|
||||||
0.189 s: Timing Tests
|
0.173 s: Timing Tests
|
||||||
1.911 s: Multiplication
|
1.887 s: Multiplication
|
||||||
1.911 s: Timing Tests
|
1.887 s: Timing Tests
|
||||||
0.127 s: Scalar Multiplication
|
0.128 s: Scalar Multiplication
|
||||||
0.127 s: Timing Tests
|
0.128 s: Timing Tests
|
||||||
0.179 s: Element Multiply
|
0.180 s: Element Multiply
|
||||||
0.179 s: Timing Tests
|
0.181 s: Timing Tests
|
||||||
0.178 s: Element Divide
|
0.182 s: Element Divide
|
||||||
0.178 s: Timing Tests
|
0.182 s: Timing Tests
|
||||||
0.156 s: Minor Matrix
|
0.158 s: Minor Matrix
|
||||||
0.156 s: Timing Tests
|
0.158 s: Timing Tests
|
||||||
0.103 s: Determinant
|
0.104 s: Determinant
|
||||||
0.103 s: Timing Tests
|
0.104 s: Timing Tests
|
||||||
0.416 s: Matrix of Minors
|
0.458 s: Matrix of Minors
|
||||||
0.416 s: Timing Tests
|
0.458 s: Timing Tests
|
||||||
0.109 s: Invert
|
0.115 s: Invert
|
||||||
0.109 s: Timing Tests
|
0.115 s: Timing Tests
|
||||||
0.127 s: Transpose
|
0.127 s: Transpose
|
||||||
0.127 s: Timing Tests
|
0.127 s: Timing Tests
|
||||||
0.207 s: Normalize
|
0.194 s: Normalize
|
||||||
0.207 s: Timing Tests
|
0.194 s: Timing Tests
|
||||||
0.006 s: GET ROW
|
0.006 s: GET ROW
|
||||||
0.007 s: Timing Tests
|
0.006 s: Timing Tests
|
||||||
0.290 s: GET COLUMN
|
0.244 s: GET COLUMN
|
||||||
0.290 s: Timing Tests
|
0.244 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.17
|
User time (seconds): 4.13
|
||||||
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.18
|
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:04.13
|
||||||
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
|
||||||
@@ -43,9 +43,9 @@ assertions: - none -
|
|||||||
Maximum resident set size (kbytes): 3072
|
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: 175
|
Minor (reclaiming a frame) page faults: 170
|
||||||
Voluntary context switches: 1
|
Voluntary context switches: 1
|
||||||
Involuntary context switches: 130
|
Involuntary context switches: 65
|
||||||
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