Skip to content
Snippets Groups Projects
Verified Commit fbba0bf2 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Testsuite: fix display of relative timings of local_state_space_iteration_{k,fortran}

parent c1714fb4
Branches
Tags
No related merge requests found
......@@ -90,10 +90,10 @@ end
if tElapsed32<tElapsed31
skipline()
dprintf('local_state_space_iteration_fortran is %5.2f times faster than local_state_space_iteration_k', tElapsed2/tElapsed1)
dprintf('local_state_space_iteration_fortran is %5.2f times faster than local_state_space_iteration_k', tElapsed31/tElapsed32)
skipline()
else
skipline()
dprintf('local_state_space_iteration_fortran is %5.2f times slower than local_state_space_iteration_k', tElapsed1/tElapsed2)
dprintf('local_state_space_iteration_fortran is %5.2f times slower than local_state_space_iteration_k', tElapsed32/tElapsed31)
skipline()
end
\ No newline at end of file
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment