Releases: phpbench/phpbench
Releases · phpbench/phpbench
1.6.1
1.6.0
1.6.0
This release contains changes relating to the generation of JSON reports for use with things such as github-action-benchmark
- reports: JSON progress logging #1018
- reports: JSON report renderering #1136
- expression-language:
if(cond,val1,val2)as a conditional expression - expression-language:
!=unequals operator - expression-language:
time_unitfunction to normalize a timeunit - expression-language:
time_convertfunction to convert time
1.5.1
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
Features:
- Add default
table_summaryreport component @dantleech - Add command to initialize the configuration file (
config:init) @dantleech - Add command to add a new service config based on a prototype (
config:extend) @dantleech
Improvements:
- Use single quotes for expressions in the default reports @dantleech
- Hide noisy log messages for missing fields #1095 @dantleech
- Improved types etc @aivchen #1064 #1064 #1070 #1071 #1074 #1081...
- Improved tests @aivchen
- Improved code-style @aivchen #1057 #1076 #1070
- Import Attribute symbol @gsteel #1075
Bug fixes:
- Ignore
@templateand other generic annotations #1097 @dantleech - Defer character reader until command execution @jbboher #1092