tests: framework: Add benchmark logic.
commit39db9b12008710da657d2fe0aaf3486a2a497a8f
authorCyril Hrubis <metan@ucw.cz>
Sat, 13 Oct 2012 13:01:33 +0000 (13 15:01 +0200)
committerCyril Hrubis <metan@ucw.cz>
Sat, 13 Oct 2012 13:01:33 +0000 (13 15:01 +0200)
treea1eced94de46bd46c79c803049f4c001006eb891
parentf6e4b62561d2fa6b7bcc94a24ba3fdaa1763aafe
tests: framework: Add benchmark logic.

Now test could be marked as benchmark.
Such functions is executed several times
and mean and standard deviation are computed.
tests/framework/Makefile
tests/framework/test.c
tests/framework/tst_job.c
tests/framework/tst_job.h
tests/framework/tst_log.c
tests/framework/tst_test.h
tests/framework/tst_timespec.c [copied from tests/framework/tst_job.h with 58% similarity]
tests/framework/tst_timespec.h [copied from tests/framework/tst_job.h with 58% similarity]