update code comments

This commit is contained in:
kevincheng2
2024-09-02 13:48:47 +08:00
parent 8500f5dfec
commit 4bc8dc38b0
23 changed files with 750 additions and 577 deletions

View File

@@ -13,5 +13,7 @@
# limitations under the License.
def is_enable_benchmark(**kwargs):
"""是否是benchmark模式"""
"""
Check if enable benchmark
"""
return "benchmark" in kwargs and kwargs["benchmark"] == 1