File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
-
6
6
7
+ ## [ 0.9.1] - 2017-12-21
8
+
9
+ - Fix time-left reporting of invalid times (#60 )
10
+ - Take the number of data points per run into account for estimated time left (#62 )
11
+ - Obtain process output on timeout to enable results of partial runs
12
+ - Fix incompatibility with latest setuptools
13
+
7
14
## [ 0.9.0] - 2017-04-23
8
15
9
16
- added support for building VMs before execution (#58 )
42
49
- [ 0.6.0] - 2014-05-19
43
50
- [ 0.5.0] - 2014-03-25
44
51
45
- [ Unreleased ] : https://github.com/smarr/ReBench/compare/v0.9.0...HEAD
52
+ [ Unreleased ] : https://github.com/smarr/ReBench/compare/v0.9.1...HEAD
53
+ [ 0.9.0 ] : https://github.com/smarr/ReBench/compare/v0.9.0...v0.9.1
46
54
[ 0.9.0 ] : https://github.com/smarr/ReBench/compare/v0.8.0...v0.9.0
47
55
[ 0.8.0 ] : https://github.com/smarr/ReBench/compare/v0.7.5...v0.8.0
48
56
[ 0.7.5 ] : https://github.com/smarr/ReBench/compare/v0.7.4...v0.7.5
Original file line number Diff line number Diff line change 43
43
class ReBench :
44
44
45
45
def __init__ (self ):
46
- self .version = "0.9.0 "
46
+ self .version = "0.9.1 "
47
47
self .options = None
48
48
self ._config = None
49
49
You can’t perform that action at this time.
0 commit comments