Skip to content

Commit ccc52f2

Browse files
committed
Actually use name instead of job_name, which my past self says is the correct thing to use now
1 parent 6d32a8e commit ccc52f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/benchee/suite.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ if Code.ensure_loaded?(Table.Reader) do
122122
name -> name
123123
end
124124

125-
row = [scenario.job_name, input_name] ++ secenario_data
125+
row = [scenario.name, input_name] ++ secenario_data
126126

127127
{row, count + 1}
128128
end)

0 commit comments

Comments
 (0)