Put time usage back
All checks were successful
Merge-Checker / build_and_test (pull_request) Successful in 1m18s
All checks were successful
Merge-Checker / build_and_test (pull_request) Successful in 1m18s
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
mkdir -p unit-tests/timing-results
|
mkdir -p unit-tests/timing-results
|
||||||
if [ -x build/unit-tests/matrix-timing-tests ]; then
|
if [ -x build/unit-tests/matrix-timing-tests ]; then
|
||||||
echo "Running matrix-timing-tests with timing"
|
echo "Running matrix-timing-tests with timing"
|
||||||
./build/unit-tests/matrix-timing-tests -d yes &> unit-tests/timing-results/matrix-timing-tests.txt
|
/usr/bin/time -v build/unit-tests/matrix-timing-tests -d yes &> unit-tests/timing-results/matrix-timing-tests.txt
|
||||||
cat unit-tests/timing-results/matrix-timing-tests.txt
|
cat unit-tests/timing-results/matrix-timing-tests.txt
|
||||||
else
|
else
|
||||||
echo "matrix-timing-tests executable not found or not executable"
|
echo "matrix-timing-tests executable not found or not executable"
|
||||||
|
|||||||
Reference in New Issue
Block a user