diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2022-06-12 03:05:41 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2022-06-12 03:05:41 (GMT) |
commit | b5d8216129b152ca5598851d5c71ca121e19698c (patch) | |
tree | 14b6ffa964864147b03d41c09ba5a2c22f2ed2e5 /tests-perf | |
parent | 830603d46e380fe12ee4792eab9706cd995f5c21 (diff) | |
parent | 84be29734969e1c4a15df99cc315e4d192b3d9be (diff) | |
download | tcl-b5d8216129b152ca5598851d5c71ca121e19698c.zip tcl-b5d8216129b152ca5598851d5c71ca121e19698c.tar.gz tcl-b5d8216129b152ca5598851d5c71ca121e19698c.tar.bz2 |
Merge core-8-branch after TIP616
Diffstat (limited to 'tests-perf')
-rw-r--r-- | tests-perf/clock.perf.tcl | 2 | ||||
-rw-r--r-- | tests-perf/test-performance.tcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests-perf/clock.perf.tcl b/tests-perf/clock.perf.tcl index 7bcee75..ad928c2 100644 --- a/tests-perf/clock.perf.tcl +++ b/tests-perf/clock.perf.tcl @@ -32,7 +32,7 @@ namespace path {::tclTestPerf} ## set testing defaults: set ::env(TCL_TZ) :CET -# warm-up interpeter compiler env, clock platform-related features: +# warm-up interpreter compiler env, clock platform-related features: ## warm-up test-related features (load clock.tcl, system zones, locales, etc.): clock scan "" -gmt 1 diff --git a/tests-perf/test-performance.tcl b/tests-perf/test-performance.tcl index e805b43..d360426 100644 --- a/tests-perf/test-performance.tcl +++ b/tests-perf/test-performance.tcl @@ -16,7 +16,7 @@ # namespace eval ::tclTestPerf { -# warm-up interpeter compiler env, calibrate timerate measurement functionality: +# warm-up interpreter compiler env, calibrate timerate measurement functionality: # if no timerate here - import from unsupported: if {[namespace which -command timerate] eq {}} { |