Skip to content

Commit 473e4af

Browse files
author
Ikko Ashimine
authored
[benchmark] Fix typo in DriverUtils.swift
reseting -> resetting
1 parent e930b2b commit 473e4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/utils/DriverUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ final class TestRunner {
446446
/// of context switches.
447447
///
448448
/// This method of estimating memory usage is valid only for executing single
449-
/// benchmark. That's why we don't worry about reseting the `baseline` in
449+
/// benchmark. That's why we don't worry about resetting the `baseline` in
450450
/// `resetMeasurements`.
451451
///
452452
/// FIXME: This current implementation doesn't work on Linux. It is disabled

0 commit comments

Comments
 (0)