Skip to content

Commit 9dc9dd4

Browse files
authored
Revert "recipes/recipes/timer_quick_start �문서 개선 (오타 수정) (#475)"
This reverts commit 85d2482.
1 parent 85d2482 commit 9dc9dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/timer_quick_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def group_by_file(fn_name: str):
272272
).collect_callgrind().as_standardized().stats(inclusive=False)
273273

274274
###############################################################################
275-
# 종종 서로 다른 두 환경에서 A/B 테스트를 진행하고 싶을 때가 있습니다. (예.
275+
# 종종 서로 다른 두 환경에서 A/B 테스트를 진행하고 싶을 떄가 있습니다. (예.
276276
# PR을 테스트하거나, 컴파일 플래그(flag) 실험 등)
277277
# 이는 CallgrindStats와 FunctionCounts, Measurement는 모두 pickle화(picklalbe)가
278278
# 가능하기 때문에 매우 간단합니다. 각 환경에서 측정한 결과들을 저장하고, 단일

0 commit comments

Comments
 (0)