Compare commits

..

1 Commits

Author SHA1 Message Date
bbbbd25b58 Fixing timing test runner
All checks were successful
Merge-Checker / Benchmarking (pull_request) Successful in 23s
Merge-Checker / build_and_test (pull_request) Successful in 17s
2025-05-29 16:10:37 -04:00
2 changed files with 33 additions and 33 deletions

View File

@@ -122,6 +122,6 @@ jobs:
if git diff --quiet --cached; then
echo "No changes to commit"
else
git commit -m "Update matrix-timing-tests timings [skip ci]"
git commit -m "Update matrix-timing-tests timings"
git push origin "$BRANCH_NAME"
fi

View File

@@ -1,51 +1,51 @@
Randomness seeded to: 785191629
0.176 s: Addition
Randomness seeded to: 2310772973
0.174 s: Addition
0.174 s: Timing Tests
0.169 s: Subtraction
0.169 s: Timing Tests
20 s: Multiplication
1.853 s: Timing Tests
0.121 s: Scalar Multiplication
0.121 s: Timing Tests
0.177 s: Element Multiply
0.177 s: Timing Tests
0.175 s: Subtraction
0.175 s: Timing Tests
1.885 s: Multiplication
1.885 s: Timing Tests
0.126 s: Scalar Multiplication
0.126 s: Timing Tests
0.176 s: Element Multiply
0.176 s: Timing Tests
0.181 s: Element Divide
0.181 s: Timing Tests
0.156 s: Minor Matrix
0.156 s: Timing Tests
0.104 s: Determinant
0.104 s: Timing Tests
0.415 s: Matrix of Minors
0.415 s: Timing Tests
0.106 s: Invert
0.106 s: Timing Tests
0.168 s: Element Divide
0.168 s: Timing Tests
0.150 s: Minor Matrix
0.150 s: Timing Tests
0.102 s: Determinant
0.102 s: Timing Tests
0.419 s: Matrix of Minors
0.419 s: Timing Tests
0.110 s: Invert
0.110 s: Timing Tests
0.123 s: Transpose
0.123 s: Timing Tests
0.193 s: Normalize
0.193 s: Timing Tests
0.007 s: GET ROW
0.007 s: Timing Tests
0.236 s: GET COLUMN
0.236 s: Timing Tests
0.189 s: Normalize
0.189 s: Timing Tests
0.006 s: GET ROW
0.006 s: Timing Tests
0.229 s: GET COLUMN
0.229 s: Timing Tests
===============================================================================
test cases: 1 | 1 passed
assertions: - none -
Command being timed: "build/unit-tests/matrix-timing-tests -d yes"
User time (seconds): 4.06
User time (seconds): 3.98
System time (seconds): 0.00
Percent of CPU this job got: 100%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:04.06
Percent of CPU this job got: 99%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:03.99
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 3072
Maximum resident set size (kbytes): 3200
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 186
Major (requiring I/O) page faults: 184
Minor (reclaiming a frame) page faults: 172
Voluntary context switches: 1
Involuntary context switches: 19
Involuntary context switches: 10
Swaps: 0
File system inputs: 12
File system outputs: 1