forked from xlucn/fio-cdm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
54 lines (35 loc) · 1.1 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
0.3.2 - 2023-04-07
Removed:
- Support MacOS with posixaio instead of libaio engine.
0.3.1 - 2023-04-07
Removed:
- Pre-compiled fio executable for Windows due to security reasons.
0.3.0 - 2023-04-07
Changed:
- Added Windows fio binary, otherwise use installed version
- Create proper Python project structure
- Provide entrypoint from __main__ file
Aded:
- Provided packaging via setuptools
- Provide tests
- Provide .gitignore
- Provide pre-commit configuration for lint and style
0.2.1 - 2022-12-07
Changed:
- Create jobfile with a temporary filepath, instead of in current directory.
- Require external configparser module for python2.
Fixed:
- Failure on Windows.
0.2.0 - 2021-09-23
Changed:
- Work with more versions of python and fio, e.g., python2 and fio 3.1.
- Added Github action for testing.
0.1.1 - 2021-09-22
Changed:
- The target argument is now optional, defaults to current directory.
- Do not use 'ramp_time' in the job file to accelerate test of small sizes.
- Added petabyte unit.
Fixed:
- Latency unit should be micro second (us), not nano second (ns).
0.1.0 - 2021-02-08
Initial release.