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
I'm not sure if I remember seeing this before, but I'm encountering an issue where the filename has NA appended directly after the filename (e.g. foo/bar.jsNA). I'm betting this has to do with no --set arguments being passed, so R is converting the empty string for that 'configuration' column to NA.
When a benchmark did not contain any parameters the csv configuration
filed would be "". In R this is by default parsed as NA, causing NA in
the printout too.
Fixes: #9061
PR-URL: #9064
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
I'm not sure if I remember seeing this before, but I'm encountering an issue where the filename has
NA
appended directly after the filename (e.g.foo/bar.jsNA
). I'm betting this has to do with no--set
arguments being passed, so R is converting the empty string for that 'configuration' column toNA
./cc @AndreasMadsen
The text was updated successfully, but these errors were encountered: