diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-02 15:55:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-02 15:55:28 (GMT) |
commit | e5e69970a1b906c5b77c200e38c943b61a498315 (patch) | |
tree | c3921e87580e58764e15120e3d4f34c1a4daec4f /tests-perf | |
parent | 209485eee104ea7c68f7c713a8371f35b2f59d85 (diff) | |
parent | 211f4f652248b5d40573bb51fbfe7ed687e5eded (diff) | |
download | tcl-e5e69970a1b906c5b77c200e38c943b61a498315.zip tcl-e5e69970a1b906c5b77c200e38c943b61a498315.tar.gz tcl-e5e69970a1b906c5b77c200e38c943b61a498315.tar.bz2 |
Merge 8.6. Eliminate some (long) typecasts
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 {}} { |