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 85d2482 commit 9dc9dd4Copy full SHA for 9dc9dd4
recipes_source/recipes/timer_quick_start.py
@@ -272,7 +272,7 @@ def group_by_file(fn_name: str):
272
).collect_callgrind().as_standardized().stats(inclusive=False)
273
274
###############################################################################
275
-# 종종 서로 다른 두 환경에서 A/B 테스트를 진행하고 싶을 때가 있습니다. (예.
+# 종종 서로 다른 두 환경에서 A/B 테스트를 진행하고 싶을 떄가 있습니다. (예.
276
# PR을 테스트하거나, 컴파일 플래그(flag) 실험 등)
277
# 이는 CallgrindStats와 FunctionCounts, Measurement는 모두 pickle화(picklalbe)가
278
# 가능하기 때문에 매우 간단합니다. 각 환경에서 측정한 결과들을 저장하고, 단일
0 commit comments