TACLeBench: A Benchmark Collection to Support Worst-Case Execution Time Research

Benchmarks and case studies which contain code but possibly no task information
Post Reply
SebastianAltmeyer
Posts: 4
Joined: Wed Jul 01, 2015

TACLeBench: A Benchmark Collection to Support Worst-Case Execution Time Research

Post by SebastianAltmeyer » Fri Jul 08, 2016

TACLeBench provides a freely available and comprehensive benchmark suite for timing analysis and related research topics TACLeBench will be continuously extended by novel benchmarks, especially by parallel multi-task/multi-core benchmarks. The extension of TACLeBench will be carefully managed with snapshots and versioning so that it is clear which code has been used in a research experiment. The overall goal is to establish TACLeBench as the standard benchmarking suite for WCET analysis, WCET oriented compiler and computer architecture research worldwide.

TACLeBench is a collection of currently 55 benchmark programs from several different research groups and tool vendors around the world. These benchmarks are provided as ISO C99 source codes. The source codes are 100% self-contained; no dependencies to system-specific header files via #include directives or an operating system exist. All input data is part of the C source code.

Links:
- Description: http://www.tacle.eu/index.php/activities/taclebench
- GitHub Repository: https://github.com/tacle/tacle-bench

Sophie Quinton
Site Admin
Posts: 54
Joined: Tue Apr 28, 2015
Location: Inria Grenoble - Rhône-Alpes, France
Contact:

Re: TACLeBench: A Benchmark Collection to Support Worst-Case Execution Time Research

Post by Sophie Quinton » Mon Jul 11, 2016

Hi Sebastian,

Thanks a lot for the info. I see that TACLeBench is based on many other benchmarks including MiBench, MRTC, NetBench. Does that mean that TACLeBench subsumes the other benchmarks in some way?

Best,
Sophie
Sophie Quinton
INRIA Grenoble - Rhône-Alpes
655 Avenue de l'Europe - Montbonnot
38334 St Ismier Cedex - FRANCE
tel: +33 4 76 61 55 31
https://team.inria.fr/spades/quinton/

Post Reply