kc3-lang/libxkbcommon/bench

Branch :


Log

Author Commit Date CI Message
4c24f7fa 2016-03-15 20:42:21 test: assert/ignore some warn_unused_result's Signed-off-by: Ran Benita <ran234@gmail.com>
3c12d671 2015-08-24 13:33:32 bench: Modify benchmarks for a wider range of platforms - Add the new files bench.c and bench.h to implement a timer module. - Implement the module with clock_gettime(), mach_absolute_time(), or gettimeofday(), depending on a given platform. - Replace the time measurement code of the benchmark programs with the functions of the module.
8d58e250 2014-10-03 00:30:43 bench/compose: add new benchmark Signed-off-by: Ran Benita <ran234@gmail.com>
bc3b4c08 2014-10-02 22:03:28 Move benchmarks from tests to their own files in bench/ The tests only contain tests, and the benchmarks are more visible. Signed-off-by: Ran Benita <ran234@gmail.com>