summaryrefslogtreecommitdiffstats
path: root/tests-perf
Commit message (Collapse)AuthorAgeFilesLines
* Revise use of "-translation binary" in testcases: Use it where useful, don't ↵jan.nijtmans2024-06-211-3/+3
|\ | | | | | | use it any more where misleading
| * Revise use of "-translation binary" in testcases: Use it where usefull, ↵jan.nijtmans2024-06-211-3/+3
| |\ | | | | | | | | | don't use it any more where misleading
| | * Revise use of "-translation binary" in testcases: Use it where usefull, ↵jan.nijtmans2024-06-211-3/+3
| | | | | | | | | | | | don't use it any more where misleading
* | | merge 8.7sebres2024-06-121-0/+36
|\ \ \ | |/ /
| * | list.perf.tcl: added performance regression tests for lseq (illustrates fix ↵sebres2024-06-121-0/+36
| | | | | | | | | | | | for [f05f5ef759c1f7f9], as well as difference of non-compiled vs. compiled expr)
| * | Merge 8.6. Don't change ActiveCodePage on Windows (yet), that's for 9.0jan.nijtmans2024-04-124-4/+4
| |\ \ |/ / / | | _
| * Add lot's of "-encoding utf-8" to our own "source" commands: We are becoming ↵jan.nijtmans2024-04-124-4/+4
| | | | | | | | more independant from the system encoding.
* | Merge 9.0jan.nijtmans2024-03-221-0/+116
|\ \
| * \ Merge 8.6jan.nijtmans2024-03-211-24/+41
| |\ \ | | |/
| | * more lsearch performance testssebres2024-03-211-24/+41
| | |
| * | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release ↵jan.nijtmans2024-03-201-0/+99
| |\ \ | | |/ | | | | | | (thanks, Sergey!)
| | * small amend (incorrect copy&paste removed)sebres2024-03-201-1/+0
| | |
| | * added performance regression tests for list facilities (initially only few ↵sebres2024-03-201-0/+100
| | | | | | | | | | | | lsearch cases, illustrating [6811a0081940b76c])
* | | Rebase to latest 9.0jan.nijtmans2024-02-261-2/+8
|\ \ \ | |/ / |/| |
| * | Merge 8.7jan.nijtmans2022-07-052-2/+2
| |\ \
| * \ \ Get sebres-8-6-clock-speedup-cr2 ready for 8.7 toojan.nijtmans2021-02-181-2/+8
| |\ \ \
| | * | | Eliminate some eol-spacing, eliminate some gcc warnings (with -Wc++-compat)jan.nijtmans2020-10-121-7/+7
| | | | |
| | * | | improve tests, since timerate supporting max-count toosebres2020-06-221-9/+15
| | | | |
* | | | | merge 8.6sebres2024-01-291-0/+93
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | don't flush to use full buffer (otherwise the chunks were 4K anyway)sebres2024-01-291-1/+1
| | | | |
| * | | | added channel regression tests (for read command) to illustrate bugs ↵sebres2024-01-261-0/+93
| | | | | | | | | | | | | | | | | | | | [db4f2843cd], [da16d15574]
* | | | | Minor fixes for perf testsapnadkarni2023-05-051-4/+9
| | | | |
* | | | | Merge 8.6jan.nijtmans2022-09-011-2/+2
|\ \ \ \ \ | |/ / / /
* | | | | Merge core-8-branch after TIP616apnadkarni2022-06-122-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-022-2/+2
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | typojan.nijtmans2022-06-022-2/+2
| | |/
* | | Finish list performance scriptsapnadkarni2022-06-011-46/+92
| | |
* | | Implement bidirection shift to distribute free space in list stores.apnadkarni2022-05-291-12/+2
| | |
* | | Rearrange output order to make comparisons easier.apnadkarni2022-05-271-75/+104
| | |
* | | Performance test scripts for list commandsapnadkarni2022-05-242-0/+1596
|/ /
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-233-3/+3
| | | | | | | | whenever reasonable.
* | Merge 8.6jan.nijtmans2020-03-221-1/+1
|/
* tests-perf suite: fix several tests expecting different output result ↵sebres2019-07-152-11/+20
| | | | (convert result)
* Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping ↵jan.nijtmans2019-06-263-20/+20
| | | | tests-pref/* among other the same in multiple branches)
* fixes typo ("net" instead of outdated term "nett")sebres2019-05-241-6/+6
|
* extend performance test-suite, allow several (repeatable) execution of ↵sebres2019-04-171-16/+62
| | | | | _test_run (if encosed in _test_start/_test_out_total) to produce same summary; provide possibility for measure of single iterators, etc. small code review
* fixed mistake ($howmuch is substituted in tests and can be larger as last ↵sebres2019-03-081-1/+1
| | | | event index created by too small measurement time).
* extended performance test-suite, since max-count is implemented in timerate, ↵sebres2019-03-052-95/+81
| | | | | | usage `::tclTestPerf::_test_run ?-no-result? reptime lst ?outcmd?`; update timer-event.perf.tcl for better readability (covering execution in multiple iterations now regarding max-count, so provides more precise result now); removed unused test-cases here (new cases of event-perf-branch only).
* back-porting other performance test (timer-event.perf.tcl) from ↵sebres2019-03-051-0/+219
| | | | event-perf-branch
* back-porting test-performance suite and clock.perf.tcl from clock-speedup branchsebres2019-03-052-0/+532