Compare commits

1 Commits

Author SHA1 Message Date
13ef5e037b Updated timing test timings
All checks were successful
Merge-Checker / build_and_test (pull_request) Successful in 1m18s
2025-06-07 11:01:04 -04:00

View File

@@ -1,56 +1,35 @@
Randomness seeded to: 2444679151
0.180 s: Addition
0.180 s: Timing Tests
0.177 s: Subtraction
0.177 s: Timing Tests
1.868 s: Multiplication
1.868 s: Timing Tests
0.127 s: Scalar Multiplication
0.127 s: Timing Tests
0.173 s: Element Multiply
0.173 s: Timing Tests
0.178 s: Element Divide
0.178 s: Timing Tests
0.172 s: Minor Matrix
0.172 s: Timing Tests
0.103 s: Determinant
0.103 s: Timing Tests
0.411 s: Matrix of Minors
0.411 s: Timing Tests
0.109 s: Invert
0.109 s: Timing Tests
0.122 s: Transpose
0.122 s: Timing Tests
0.190 s: Normalize
0.190 s: Timing Tests
0.006 s: GET ROW
0.006 s: Timing Tests
0.235 s: GET COLUMN
0.235 s: Timing Tests
Randomness seeded to: 1788535470
1.985 s: Addition
1.986 s: Timing Tests
1.946 s: Subtraction
1.946 s: Timing Tests
1.925 s: Multiplication
1.925 s: Timing Tests
1.348 s: Scalar Multiplication
1.348 s: Timing Tests
1.953 s: Element Multiply
1.953 s: Timing Tests
2.020 s: Element Divide
2.020 s: Timing Tests
1.534 s: Minor Matrix
1.534 s: Timing Tests
1.096 s: Determinant
1.096 s: Timing Tests
4.582 s: Matrix of Minors
4.583 s: Timing Tests
1.150 s: Invert
1.150 s: Timing Tests
1.325 s: Transpose
1.325 s: Timing Tests
2.388 s: Normalize
2.388 s: Timing Tests
0.055 s: GET ROW
0.056 s: Timing Tests
2.494 s: GET COLUMN
2.495 s: Timing Tests
6.163 s: QR Decomposition
6.163 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.05
System time (seconds): 0.00
Percent of CPU this job got: 100%
Elapsed (wall clock) time (h:mm:ss or m:ss): 0:04.05
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): 3200
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 184
Minor (reclaiming a frame) page faults: 171
Voluntary context switches: 1
Involuntary context switches: 26
Swaps: 0
File system inputs: 12
File system outputs: 1
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0