Skip to content

Commit db183e9

Browse files
committed
tests: seperate performance tests by JIT version
1 parent fba657d commit db183e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gluatests/lua/gmod_tests/sh_init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function HolyLib_RunPerformanceTest(name, callback, ...)
8080
body = util.TableToJSON({
8181
["totalCalls"] = totalCalls,
8282
["totalTime"] = totalTime,
83-
["gmodBranch"] = BRANCH,
83+
["gmodBranch"] = BRANCH .. " - " .. jit.version,
8484
["name"] = name,
8585
})
8686
})

0 commit comments

Comments
 (0)