Skip to content

Commit

Permalink
Fixed indentation in benchmark util script
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed Aug 14, 2015
1 parent ced32bd commit d1ebba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/util/bench.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function bench.run(name, count, func)
table.insert(res, (os.clock() - start_time))
end
-- Calculate average
local avg = 0
local avg = 0
for i, v in ipairs(res) do
avg = avg + v
end
Expand Down

0 comments on commit d1ebba0

Please sign in to comment.