Skip to content

Commit

Permalink
FIX: flipped start time and current time
Browse files Browse the repository at this point in the history
  • Loading branch information
Paliak committed Jul 2, 2024
1 parent f959c17 commit 2bb9f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/GenerateBuilds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ for testBuild in fetchBuilds("../spec/TestBuilds") do
-- Compute the build
print("[+] Computing " .. filePath)
loadBuildFromXML(testBuild.xml)
local calcDuration = startTime - GetTime()
local calcDuration = GetTime() - startTime
print("[-] Computed " .. filePath .. " in " .. calcDuration .. "ms")

-- Save the computed build xml. Include full minuion and player outputs.

Check warning on line 80 in spec/GenerateBuilds.lua

View workflow job for this annotation

GitHub Actions / spellcheck

Unknown word (minuion)
Expand Down

0 comments on commit 2bb9f22

Please sign in to comment.