Merge pull request #1354 from trheyi/main

Refactor stress test and i18n translations for improved clarity and c…
This commit is contained in:
Max 2025-11-28 19:37:50 +08:00 committed by GitHub
commit 506e6bf88e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 39 additions and 40 deletions

View file

@ -716,4 +716,3 @@ func getMemStats() uint64 {
runtime.ReadMemStats(&m)
return m.Alloc
}