Skip to content

Commit

Permalink
benchmark: fix wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ftrvxmtrx committed Jul 9, 2012
1 parent 7da7b06 commit 40fa699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emark_benchmark.erl
Expand Up @@ -64,7 +64,7 @@ trace(B, N) ->
MFA = { function, { _, _, _ } } ->
Self ! MFA
end,
%% send the time when benchmark was REALLY started
%% send the real timings
receive
{ started, StartReal } ->
Self ! { finished, Time - timer:now_diff(StartReal, StartTime) }
Expand Down

0 comments on commit 40fa699

Please sign in to comment.