You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a report from storage which uses the parameters in an expression, where the parameter values are integers:
(mode(partition['result_time_avg']) - first(partition['variant_params'][0])) as time
We get the error:
Expected "PhpBench\Expression\Ast\NumberNode" but got "PhpBench\Expression\Ast\StringNode":
(mode(partition[result_time_avg]) - first(partition[variant_params][0])) as time
The report is fine when running != storage.
The text was updated successfully, but these errors were encountered:
When running a report from storage which uses the parameters in an expression, where the parameter values are integers:
We get the error:
The report is fine when running != storage.
The text was updated successfully, but these errors were encountered: