Lines Matching full:test
3 # Process img-bench test templates
33 test = templater.gen(env['data'], case['data'])
35 p = subprocess.run(test, shell=True, stdout=subprocess.PIPE,
51 Usage: img_bench_templater.py < path/to/test-template.sh
53 This script generates performance tests from a test template (example below),
56 (whose result is parsed to get the test instance’s result).
58 Use the following syntax in the template to create the various different test
61 column templating: {var1|var2|...} - test will use different values in
62 different columns. You may use several {} constructions in the test, in this
65 row templating: [var1|var2|...] - similar thing to define rows (test-cases)
67 Test template example:
70 qemu-img-new in your build directory in two test-cases with 4K writes and 64K
79 test-cases).