perf(go): add runtime metrics and benchmarks

This commit is contained in:
zarzet
2026-07-16 10:53:26 +07:00
parent b5d02da759
commit 648f36244b
7 changed files with 194 additions and 1 deletions
+3
View File
@@ -741,6 +741,9 @@ import Gobackend
case "releaseMemoryUnderPressure":
GobackendReleaseMemoryUnderPressure()
return nil
case "getGoRuntimeMetrics":
return GobackendGetRuntimeMetricsJSON()
case "getLogCount":
let response = GobackendGetLogCount()