You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[constraint] Improve speed in constructing A matrix in LCP
Before:
BM_INTEGRATION_boxes
Run on (64 X 3700 MHz CPU s)
CPU Caches:
L1 Data 32 KiB (x32)
L1 Instruction 32 KiB (x32)
L2 Unified 512 KiB (x32)
L3 Unified 16384 KiB (x8)
Load Average: 31.98, 20.05, 10.93
***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead.
--------------------------------------------------------
Benchmark Time CPU Iterations
--------------------------------------------------------
BM_RunBoxes/2 130 ms 130 ms 5
BM_RunBoxes/5 19524 ms 19523 ms 1
After:
BM_INTEGRATION_boxes
Run on (64 X 3700 MHz CPU s)
CPU Caches:
L1 Data 32 KiB (x32)
L1 Instruction 32 KiB (x32)
L2 Unified 512 KiB (x32)
L3 Unified 16384 KiB (x8)
Load Average: 39.58, 35.26, 21.57
***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead.
--------------------------------------------------------
Benchmark Time CPU Iterations
--------------------------------------------------------
BM_RunBoxes/2 128 ms 128 ms 5
BM_RunBoxes/5 17537 ms 17535 ms 1
0 commit comments