0

I have two programs in python which do the same thing, in line profiler one program for certain test is faster than another but in pytest --durations(for this certain test) is viceversa. Can somebody explain that behaviour.I need know execution time for certain test.

Oakandrew
  • 1
  • 1
  • 3

1 Answers1

0

Maybe could be useful to run line-profiler inside your tests to compare. I wrote a plugin that may help. Feedback is very welcome.

tin_nqn
  • 106
  • 4