#
# ChangeLog for tests/zombies/string-perf
#
# Generated by Trac 1.2.1
# Mar 7, 2025, 3:06:44 AM

Wed, 23 Feb 2022 23:13:02 GMT Michael Brooks <mlbrooks@…> [08ed947]
	* libcfa/src/containers/string.cfa (modified)
	* libcfa/src/containers/string.hfa (modified)
	* libcfa/src/containers/string_res.cfa (modified)
	* libcfa/src/containers/string_res.hfa (modified)
	* tests/zombies/string-perf/.gitignore (modified)
	* tests/zombies/string-perf/Makefile (modified)
	* tests/zombies/string-perf/corpori-about.txt (added)
	* tests/zombies/string-perf/make-corpus.cfa (modified)
	* tests/zombies/string-perf/make-flamegraph.sh (added)
	* tests/zombies/string-perf/not_string_res.cfa (added)
	* tests/zombies/string-perf/not_string_res.hfa (added)
	* tests/zombies/string-perf/pbx-correctness-demos.cfa (added)
	* tests/zombies/string-perf/pbx-correctness-demos.cpp (added)
	* tests/zombies/string-perf/prog-allocn.cfa (added)
	* tests/zombies/string-perf/prog-find.cfa (added)
	* tests/zombies/string-perf/prog-normalize.cfa (added)
	* tests/zombies/string-perf/prog-passbyX.cfa (added)
	* tests/zombies/string-perf/prog-passbyval.cfa (added)
	* tests/zombies/string-perf/prog.cfa (modified)
	* tests/zombies/string-perf/qanal.py (added)
	* tests/zombies/string-perf/qrun.sh (added)

	Roll up of string changes for performance testing/improvement, and a ...


Mon, 22 Nov 2021 20:54:54 GMT Michael Brooks <mlbrooks@…> [fefd77a]
	* tests/zombies/string-perf/Makefile (modified)
	* tests/zombies/string-perf/prog.cfa (modified)

	String perf append test now compares stretch phase (alloc=fresh) with ...


Thu, 18 Nov 2021 22:42:51 GMT Michael Brooks <mlbrooks@…> [97d58dc]
	* tests/zombies/string-perf/Makefile (modified)
	* tests/zombies/string-perf/prog.cfa (modified)

	String perf make-run refactor into fewer rules


Thu, 18 Nov 2021 19:49:47 GMT Michael Brooks <mlbrooks@…> [4d0eb1c]
	* tests/zombies/string-perf/Makefile (modified)
	* tests/zombies/string-perf/prog.cfa (modified)

	Switching top loop to count operations done in 10 sec


Wed, 17 Nov 2021 20:13:49 GMT Michael Brooks <mlbrooks@…> [01db301]
	* tests/zombies/string-perf/.gitignore (added)
	* tests/zombies/string-perf/Makefile (added)
	* tests/zombies/string-perf/corpus-100-1-1.txt (added)
	* tests/zombies/string-perf/corpus-100-10-1.txt (added)
	* tests/zombies/string-perf/corpus-100-2-1.txt (added)
	* tests/zombies/string-perf/corpus-100-20-1.txt (added)
	* tests/zombies/string-perf/corpus-100-5-1.txt (added)
	* tests/zombies/string-perf/corpus-5-20-1.txt (added)
	* tests/zombies/string-perf/corpus-5-20-2.txt (added)
	* tests/zombies/string-perf/corpus-5-20-3.txt (added)
	* tests/zombies/string-perf/make-corpus.cfa (added)
	* tests/zombies/string-perf/prog.cfa (added)

	Baseline string performance experiment