Skip to content

Commit d31d2bf

Browse files
Release 0.5
1 parent 42c7616 commit d31d2bf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# BenchExec Changelog
22

3+
## BenchExec 0.5
4+
5+
- Allow to redirect stdin of the benchmarked tool in runexec / RunExecutor
6+
- Fix bug in measurement of CPU time
7+
(only occurred in special cases and produced a wrong value below 0.5s)
8+
- Improve utility command for checking cgroups to work around a problem
9+
with cgrulesngd not handlings threads correctly.
10+
311
## BenchExec 0.4
412

513
- Support for integrating SMTLib 2 compliant SMT solvers and checking the expected output.

benchexec/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
Variables ending with "tag" contain references to XML tag objects created by the XML parser.
6161
"""
6262

63-
__version__ = '0.5-dev'
63+
__version__ = '0.5'
6464

6565
class BenchExec(object):
6666
"""

0 commit comments

Comments
 (0)