Index: .fossil-settings/ignore-glob ================================================================== --- .fossil-settings/ignore-glob +++ .fossil-settings/ignore-glob @@ -1,6 +1,5 @@ -*.mistachkin.eagle *.sln Externals/Eagle/bin/Eagle*.pdb Externals/Eagle/bin/x64/Spilornis.pdb Externals/Eagle/bin/x86/Spilornis.pdb SQLite.Interop/*.vcxproj ADDED Tests/settings.before.mistachkin.eagle Index: Tests/settings.before.mistachkin.eagle ================================================================== --- /dev/null +++ Tests/settings.before.mistachkin.eagle @@ -0,0 +1,12 @@ +############################################################################### +# +# settings.before.mistachkin.eagle -- +# +# Written by Joe Mistachkin. +# Released to the public domain, use at your own risk! +# +############################################################################### + +if {[info exists ::env(TEST_ALL)]} then { + object invoke Interpreter.GetActive AddRuntimeOption noPoolCounts +} ADDED Tests/settings.stress.mistachkin.eagle Index: Tests/settings.stress.mistachkin.eagle ================================================================== --- /dev/null +++ Tests/settings.stress.mistachkin.eagle @@ -0,0 +1,15 @@ +############################################################################### +# +# settings.stress.mistachkin.eagle -- +# +# Written by Joe Mistachkin. +# Released to the public domain, use at your own risk! +# +############################################################################### + +# set count(1) 10; # Workload iteration count (i.e. within a run). +# set count(2) 200; # Workload iteration delay, in milliseconds. +# set count(3) 10000; # Workload "small" data chunk size, in bytes. +# set count(5) 209715200; # Maximum heap memory to exclude at one time. +# set exitOnFail true; # Halt testing and exit process on test failure? +# set noTrace true; # Disable SQLite trace logging to a file?