Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow the PBS Pro Design Document Guidelines.

...

  • Each repetition includes all submitted tests. next repetition starts after finishing of all tests of first repetition.

  • before starting each repetition a message is printed "tests are running (repetition number) time" 
  • If submits three tests then in first repetition all three tests run and after finishing all three tests, next repetition starts and again all three tests run.

  • Tester can use delay between two repetition
  • default delay is 0 second
  • At the end we get message " All tests are repeated (repetion count) times"

  •  we get summary of all repetition at the end.

Example:

I/P

$ pbs_benchpress -t testsuite_1.t1,testsuite_2.t2,testsuite_3.t3 --repeat_tests=3 --repeat-test --repeat-tests-delay=2

...