log tests/_perf_config.py @ 763:f7d888526349 v0.23.3

age author description
Thu, 13 Jan 2022 11:39:38 +0100 Franz Glasner Introduct a test context to more easily switch between some unittest configurations
Sun, 02 Jan 2022 02:04:07 +0100 Franz Glasner Provide a C-implementation of configmix.config.quote() also: fast_quote
Sat, 01 Jan 2022 18:01:32 +0100 Franz Glasner Added also a fast C-implementation of configmix.config._split_ns
Fri, 31 Dec 2021 21:24:16 +0100 Franz Glasner Add an optional C-implementation for configmix.config.unquote and configmix.config.pathstr2path.
Tue, 28 Dec 2021 17:28:19 +0100 Franz Glasner Refactor: the parsing of the quoted and dot-separated path string is put into a function that handles also empty inputs properly
Mon, 20 Dec 2021 22:46:08 +0100 Franz Glasner Perf script: "once" -> "one"
Mon, 20 Dec 2021 22:45:24 +0100 Franz Glasner Add timing for non-cached interpolations: using the PY: namespace
Sun, 19 Dec 2021 14:05:14 +0100 Franz Glasner Move convenient output from the performance script and command line arguments to select all or some performance numbers
Sat, 18 Dec 2021 11:20:41 +0100 Franz Glasner More detailed quoting/unquoting performance: with and without outer split
Sat, 18 Dec 2021 02:36:30 +0100 Franz Glasner Measure quote/unquote performance
Sat, 18 Dec 2021 01:26:13 +0100 Franz Glasner Another timing for interpolating a single string completely
Sat, 18 Dec 2021 00:00:36 +0100 Franz Glasner FIX: performance test script: make all args unicode
Fri, 17 Dec 2021 23:53:11 +0100 Franz Glasner A script to measure some basic performance characteristics of configmix.