-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
50 lines (39 loc) · 1.45 KB
/
Changes
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
Revision history for Benchmark-DKbench
2.9 2024-07-29
- Added --duration option.
- Added min/max scores to the summary.
- Updated version base for some modules.
2.8 2024-06-24
- Added suite_calc.
2.7 2024-04-27
- Improved calc_scalability, returns a hash.
- Improved and documented suite_run output.
2.6 2024-04-25
- Custom benchmark improvements.
- Fix BSD tar xattr.
2.5 2024-04-24
- Added support for custom benchmarks.
- Corrected BioPerl Codons bench.
- Updated some reference modules.
2.4 2023-09-29
- Added --scale and --stdev options.
2.3 2023-09-25
- Show Perl threads/multi config.
- Minimum module version for passing benchmarks.
- Improvements for Strawberry Perl (prefer the much faster WSL though - or at least cygwin).
2.2 2023-09-21
- Time::Piece test is optional for all platforms.
- Switched to monotonic clock instead of wall.
- dkbench -h option.
2.1 2023-09-09
- Added Text::Levenshtein and DBI/SQL benchmarks.
- Added -ver command line option.
- Made tests locale-independent.
- Switched to System::Info from Sys::Info.
- Removed libjpeg dependency.
- More documentation.
2.0 2023-08-28
- Rewritten with more benchmarks and multi-threading.
- First CPAN release.
1.0 2021-12-21
- First version.