We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba657d commit db183e9Copy full SHA for db183e9
gluatests/lua/gmod_tests/sh_init.lua
@@ -80,7 +80,7 @@ function HolyLib_RunPerformanceTest(name, callback, ...)
80
body = util.TableToJSON({
81
["totalCalls"] = totalCalls,
82
["totalTime"] = totalTime,
83
- ["gmodBranch"] = BRANCH,
+ ["gmodBranch"] = BRANCH .. " - " .. jit.version,
84
["name"] = name,
85
})
86
0 commit comments