diff --git a/testcase/tperf-fio-ext4-randwrite4K-sync-direct0-depth1-thread32.py b/testcase/tperf-fio-ext4-randwrite4K-sync-direct0-depth1-thread32.py index 72bd5859a46df9844e5a5ea2a0be5523bd8b049e..89cb9d002aea094559de2042c7e682923298809e 100755 --- a/testcase/tperf-fio-ext4-randwrite4K-sync-direct0-depth1-thread32.py +++ b/testcase/tperf-fio-ext4-randwrite4K-sync-direct0-depth1-thread32.py @@ -49,7 +49,7 @@ class PythonTestCase(MyTestCase): thread="32", direct="0", ) - perf.run(warmup=0, run_loop=20, result_select_percent=80) + perf.run(warmup=1, run_loop=5, result_select_percent=70) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-fio-ext4-read1M-sync-direct0-depth1-thread32.py b/testcase/tperf-fio-ext4-read1M-sync-direct0-depth1-thread32.py index dbb7b53a474146df93d883fcf9f46ba1da24bb32..fc516042cd92cccd030660a033a30612326621d3 100755 --- a/testcase/tperf-fio-ext4-read1M-sync-direct0-depth1-thread32.py +++ b/testcase/tperf-fio-ext4-read1M-sync-direct0-depth1-thread32.py @@ -49,7 +49,7 @@ class PythonTestCase(MyTestCase): thread="32", direct="0", ) - perf.run(warmup=1, run_loop=30, result_select_percent=70) + perf.run(warmup=1, run_loop=30, result_select_percent=60) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-fio-raw-randwrite4K-sync-direct0-depth1-thread32.py b/testcase/tperf-fio-raw-randwrite4K-sync-direct0-depth1-thread32.py index 0fb57016ceecebfbd12f798f19aa7b14c3c5a5be..5ec28b330ce9868b52bf73565e7c03c0a51e6de2 100755 --- a/testcase/tperf-fio-raw-randwrite4K-sync-direct0-depth1-thread32.py +++ b/testcase/tperf-fio-raw-randwrite4K-sync-direct0-depth1-thread32.py @@ -49,7 +49,7 @@ class PythonTestCase(MyTestCase): thread="32", direct="0", ) - perf.run(warmup=0, run_loop=20, result_select_percent=80) + perf.run(warmup=1, run_loop=30, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-bw_mem-bcopy.py b/testcase/tperf-lmbench-bw_mem-bcopy.py index 6a419cacd4e09471594f281d1577d10073059972..5fd73f8dcb13fd2afdb07ff7763b5f4e61b9210b 100755 --- a/testcase/tperf-lmbench-bw_mem-bcopy.py +++ b/testcase/tperf-lmbench-bw_mem-bcopy.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 4096m bcopy" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-bw_mem-bzero.py b/testcase/tperf-lmbench-bw_mem-bzero.py index b749202fe3042a419ec22d1f4f5a1cbf1e9de698..008e3e7d0f6476087cc2aa505b54abfec529a0aa 100755 --- a/testcase/tperf-lmbench-bw_mem-bzero.py +++ b/testcase/tperf-lmbench-bw_mem-bzero.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 4096m bzero" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-bw_mem-cp.py b/testcase/tperf-lmbench-bw_mem-cp.py index e56eb5724f826dd50d6f666ad529292168c0c43e..f80d909bea670fde152364adc2df3a1e291ab317 100755 --- a/testcase/tperf-lmbench-bw_mem-cp.py +++ b/testcase/tperf-lmbench-bw_mem-cp.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 4096m cp" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-bw_mem-fcp.py b/testcase/tperf-lmbench-bw_mem-fcp.py index eb0356e82e09895ac55e18dfe9c51ed6c7f878c8..aa5963ba7afccdc4de08a0442587fd6c57259009 100755 --- a/testcase/tperf-lmbench-bw_mem-fcp.py +++ b/testcase/tperf-lmbench-bw_mem-fcp.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 4096m fcp" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-bw_mem-fwr.py b/testcase/tperf-lmbench-bw_mem-fwr.py index d695da9c98f5f190d5fd1e836fc5bd2d07d2b12b..bdf29f74a3e70a3e3d0eae4ac7792533cbacb1e7 100755 --- a/testcase/tperf-lmbench-bw_mem-fwr.py +++ b/testcase/tperf-lmbench-bw_mem-fwr.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 4096m fwr" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-bw_mem-libc-bcopy-aligned.py b/testcase/tperf-lmbench-bw_mem-libc-bcopy-aligned.py index 4cca636fa3678c760f83309ab9117a66b9e0c958..a623d39d0962f55c8df728980d9d2d0ce73a77f8 100755 --- a/testcase/tperf-lmbench-bw_mem-libc-bcopy-aligned.py +++ b/testcase/tperf-lmbench-bw_mem-libc-bcopy-aligned.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 2048m bcopy conflict" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-bw_mem-libc-bcopy-unaligned.py b/testcase/tperf-lmbench-bw_mem-libc-bcopy-unaligned.py index 44dc90d825f1e9d90525604c4c5e5a6c70121d76..770f69a770135246b6672d2cdf70d77ba5eb31f7 100755 --- a/testcase/tperf-lmbench-bw_mem-libc-bcopy-unaligned.py +++ b/testcase/tperf-lmbench-bw_mem-libc-bcopy-unaligned.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 2048m bcopy" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-bw_mem-read.py b/testcase/tperf-lmbench-bw_mem-read.py index 7dbb911d1f3f240f57f5c9ffd2a7ff922d486dd7..28140a7e14d86bd29e1cc4836d01a33453c1bc88 100755 --- a/testcase/tperf-lmbench-bw_mem-read.py +++ b/testcase/tperf-lmbench-bw_mem-read.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 4096m frd" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-bw_mem-unrolled-bcopy-unaligned.py b/testcase/tperf-lmbench-bw_mem-unrolled-bcopy-unaligned.py index 9b7a9aa2d2a22bbea9b229b4ae91bdc22594e6a9..17a44e677b47c1da325112838d498874383c803f 100755 --- a/testcase/tperf-lmbench-bw_mem-unrolled-bcopy-unaligned.py +++ b/testcase/tperf-lmbench-bw_mem-unrolled-bcopy-unaligned.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 2048m fcp" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-bw_mem-unrolled-partial-bcopy-unaligned.py b/testcase/tperf-lmbench-bw_mem-unrolled-partial-bcopy-unaligned.py index 6fd910d02cf5192ef9009e23ba1b814ede1ab53c..8a2144f7f1d5b9f8483803bf50a51f680e81d465 100755 --- a/testcase/tperf-lmbench-bw_mem-unrolled-partial-bcopy-unaligned.py +++ b/testcase/tperf-lmbench-bw_mem-unrolled-partial-bcopy-unaligned.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 2048m cp" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_af-unix.py b/testcase/tperf-lmbench-lat_af-unix.py index 8ace16f273b7d32a4d5afdcab7b11f6a942bb84b..e5e789a50818fad4d58f44c5d71382b9a6c0efea 100755 --- a/testcase/tperf-lmbench-lat_af-unix.py +++ b/testcase/tperf-lmbench-lat_af-unix.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): testname=self.tc_name, general_opt="-P 1" ) - perf.run() + perf.run(warmup=1, run_loop=5, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-16k-24p.py b/testcase/tperf-lmbench-lat_ctx-16k-24p.py index d5bbaafce9106003927c07cd4da2f0971aab6211..5006d6ab00d84efc06ca789dd2a43bdddc2d487d 100755 --- a/testcase/tperf-lmbench-lat_ctx-16k-24p.py +++ b/testcase/tperf-lmbench-lat_ctx-16k-24p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 16 24" ) - perf.run(warmup=0,run_loop=1,result_select_percent=90) + perf.run(warmup=0, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-16k-48p.py b/testcase/tperf-lmbench-lat_ctx-16k-48p.py index dcbd3e1bcfa0779658418140f00d5c22e4cfe2f3..76a9eee1452a115aff54e1e74cbef84ac8f9a28b 100755 --- a/testcase/tperf-lmbench-lat_ctx-16k-48p.py +++ b/testcase/tperf-lmbench-lat_ctx-16k-48p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 16 48" ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-16k-96p.py b/testcase/tperf-lmbench-lat_ctx-16k-96p.py index 4ee266342df8221276de52b1d78fdb800db87c98..69c7dce5050954670d05186dc8feae156d43fbdb 100755 --- a/testcase/tperf-lmbench-lat_ctx-16k-96p.py +++ b/testcase/tperf-lmbench-lat_ctx-16k-96p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 16 96" ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-24k-24p.py b/testcase/tperf-lmbench-lat_ctx-24k-24p.py index 73d1f04bb56961c65c0e5a6a8c586caf03187ff5..2426099cde5fb860d4d65165bb05ca20b5754566 100755 --- a/testcase/tperf-lmbench-lat_ctx-24k-24p.py +++ b/testcase/tperf-lmbench-lat_ctx-24k-24p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 24 24" ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-24k-48p.py b/testcase/tperf-lmbench-lat_ctx-24k-48p.py index eaeadaa3ee3b10c64dec7d67a35b0d61cc13bbc6..80c2b44e8e5aea09803e31c4762144f6c6b9e37a 100755 --- a/testcase/tperf-lmbench-lat_ctx-24k-48p.py +++ b/testcase/tperf-lmbench-lat_ctx-24k-48p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 24 48" ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-24k-96p.py b/testcase/tperf-lmbench-lat_ctx-24k-96p.py index 2340844cc4cd1d9354771995f5dec84deb38eac4..9cc7f7cc8b3b7514daebf1fcc6c14482e1b8ee29 100755 --- a/testcase/tperf-lmbench-lat_ctx-24k-96p.py +++ b/testcase/tperf-lmbench-lat_ctx-24k-96p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 24 96" ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-32k-24p.py b/testcase/tperf-lmbench-lat_ctx-32k-24p.py index 031f4bd7e275bd195f66311c257e8c3c675f873d..8986df42713729da8489bcbe920c32d29ac44a8d 100755 --- a/testcase/tperf-lmbench-lat_ctx-32k-24p.py +++ b/testcase/tperf-lmbench-lat_ctx-32k-24p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 32 24" ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-32k-48p.py b/testcase/tperf-lmbench-lat_ctx-32k-48p.py index f86ea8b1fedcb16caaf575b0a03bec62fab63719..c7995c8adde97c2982f75ed37bd1bb5e45b694d9 100755 --- a/testcase/tperf-lmbench-lat_ctx-32k-48p.py +++ b/testcase/tperf-lmbench-lat_ctx-32k-48p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 32 48" ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-32k-96p.py b/testcase/tperf-lmbench-lat_ctx-32k-96p.py index f2adced12b7ce5d5db5d8571288c66bcd0a796a8..2f477659d3a38f7181fca67fd3ebd7aac9e2cd37 100755 --- a/testcase/tperf-lmbench-lat_ctx-32k-96p.py +++ b/testcase/tperf-lmbench-lat_ctx-32k-96p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 32 96" ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-48k-24p.py b/testcase/tperf-lmbench-lat_ctx-48k-24p.py index 847c2ed8244a90fa29152e0c730ab9dbbf2be938..c7fce812c79e882297540a0950dc2d37e372e7ef 100755 --- a/testcase/tperf-lmbench-lat_ctx-48k-24p.py +++ b/testcase/tperf-lmbench-lat_ctx-48k-24p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 48 24" ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-48k-48p.py b/testcase/tperf-lmbench-lat_ctx-48k-48p.py index aa02eac9b48fe317fd110614f2069288b3dd7c9a..62a7bce31d68cd36d69ebc39ea1f67782531b3ba 100755 --- a/testcase/tperf-lmbench-lat_ctx-48k-48p.py +++ b/testcase/tperf-lmbench-lat_ctx-48k-48p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 48 48" ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-48k-96p.py b/testcase/tperf-lmbench-lat_ctx-48k-96p.py index ad881f6c1fdd2f7488fbf2637a43c38c6e1f5b5a..97e43d156ec3035bdbaa73bf9d70d1b8be325b49 100755 --- a/testcase/tperf-lmbench-lat_ctx-48k-96p.py +++ b/testcase/tperf-lmbench-lat_ctx-48k-96p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 48 96" ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-64k-24p.py b/testcase/tperf-lmbench-lat_ctx-64k-24p.py index 97c923c8e0fe66b5e98e58e5f11ff9805f333a14..6aaf6d5fe73398ac2a85e6227ac4b68fd6a90913 100755 --- a/testcase/tperf-lmbench-lat_ctx-64k-24p.py +++ b/testcase/tperf-lmbench-lat_ctx-64k-24p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 64 24" ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-64k-48p.py b/testcase/tperf-lmbench-lat_ctx-64k-48p.py index ce9cee28e8299b5868c733ce63974654a6796ef6..5a249b7e51041a2ec0542cb75b3812cfb75651b6 100755 --- a/testcase/tperf-lmbench-lat_ctx-64k-48p.py +++ b/testcase/tperf-lmbench-lat_ctx-64k-48p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 64 48" ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_ctx-64k-96p.py b/testcase/tperf-lmbench-lat_ctx-64k-96p.py index b0a2f33188bbb686a2fe96ab4f4364c831abf1bb..32daddede775a851add8151d9052b64772fe5bff 100755 --- a/testcase/tperf-lmbench-lat_ctx-64k-96p.py +++ b/testcase/tperf-lmbench-lat_ctx-64k-96p.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:sched", general_opt="-P 1 -s 64 96" ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_mem_rd-prefetch-off.py b/testcase/tperf-lmbench-lat_mem_rd-prefetch-off.py index 0875d0451e057ab66db7e6ffcc7266cb181fc3ac..6108717bcb7a9643958889ef17fd15cdde1bf0c8 100755 --- a/testcase/tperf-lmbench-lat_mem_rd-prefetch-off.py +++ b/testcase/tperf-lmbench-lat_mem_rd-prefetch-off.py @@ -44,7 +44,7 @@ class PythonTestCase(MyTestCase): ) # 修改命令以添加numactl前缀 perf.command = f"numactl --cpunodebind=0 --membind=0 {perf.command}" - perf.run(warmup=0, run_loop=1) + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_mem_rd-prefetch-on.py b/testcase/tperf-lmbench-lat_mem_rd-prefetch-on.py index e25673a4eb0685724172c544f587d959a852d855..bcb01f79ed0db9d96334513c2958bde0a377df3b 100755 --- a/testcase/tperf-lmbench-lat_mem_rd-prefetch-on.py +++ b/testcase/tperf-lmbench-lat_mem_rd-prefetch-on.py @@ -44,7 +44,7 @@ class PythonTestCase(MyTestCase): ) # 修改命令以添加numactl前缀 perf.command = f"numactl --cpunodebind=0 --membind=0 {perf.command}" - perf.run(warmup=0, run_loop=1) + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_mmap.py b/testcase/tperf-lmbench-lat_mmap.py index ba73ae4412d30226e53e109bb79972d2a7679525..a739f94e5ef570f245a69850d797b084a9756a37 100755 --- a/testcase/tperf-lmbench-lat_mmap.py +++ b/testcase/tperf-lmbench-lat_mmap.py @@ -47,7 +47,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 4096m /tmp/test-FILE", ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_pagefault.py b/testcase/tperf-lmbench-lat_pagefault.py index d366e455369f7b75a33e98b2189c5438ff36adef..c826468515fbde057a7401c44d613c1655bfff94 100755 --- a/testcase/tperf-lmbench-lat_pagefault.py +++ b/testcase/tperf-lmbench-lat_pagefault.py @@ -47,7 +47,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 /tmp/test-FILE", ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_proc-exec.py b/testcase/tperf-lmbench-lat_proc-exec.py index 79b92d52f7053924bc98d68e8b575beef37b23dd..1ec47a6f20ffd139f1a781fb8fffcd8285e5f226 100755 --- a/testcase/tperf-lmbench-lat_proc-exec.py +++ b/testcase/tperf-lmbench-lat_proc-exec.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 exec" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_proc-shell.py b/testcase/tperf-lmbench-lat_proc-shell.py index 4b5ab497226afa18b15b2b6cd52fc5cf974e8cbe..df742112d772e7fc29f8e968308980ffb2a26870 100755 --- a/testcase/tperf-lmbench-lat_proc-shell.py +++ b/testcase/tperf-lmbench-lat_proc-shell.py @@ -49,7 +49,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 shell" ) - perf.run() + perf.run(warmup=1, run_loop=30, result_select_percent=60) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_sig-catch.py b/testcase/tperf-lmbench-lat_sig-catch.py index e96579021058de32d5cf08d3fb887bece0f4f4ae..b615812d12f8730592fa59a5ee363b8c295bb2d5 100755 --- a/testcase/tperf-lmbench-lat_sig-catch.py +++ b/testcase/tperf-lmbench-lat_sig-catch.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): testname=self.tc_name, general_opt="-P 1 catch" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_sig-install.py b/testcase/tperf-lmbench-lat_sig-install.py index 527b119f875fa522f1092fe82e541ed53be5657d..51cca9ead590dd66f8fe8d3fa122c1728356a7ec 100755 --- a/testcase/tperf-lmbench-lat_sig-install.py +++ b/testcase/tperf-lmbench-lat_sig-install.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): testname=self.tc_name, general_opt="-P 1 install" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_syscall-read.py b/testcase/tperf-lmbench-lat_syscall-read.py index 4dd78456cb0ce323b518b9fe038a209ee0742f4b..ef1da102d1a0daaff61efa5c3500175c282a16c0 100755 --- a/testcase/tperf-lmbench-lat_syscall-read.py +++ b/testcase/tperf-lmbench-lat_syscall-read.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 read" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-lmbench-lat_syscall-write.py b/testcase/tperf-lmbench-lat_syscall-write.py index b8ad7ab84eb2275e4c96a389446e62a472ed9bb0..5b9c369f448cd6d9d8df05b4eb48b3a12c9a3b25 100755 --- a/testcase/tperf-lmbench-lat_syscall-write.py +++ b/testcase/tperf-lmbench-lat_syscall-write.py @@ -42,7 +42,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-P 1 write" ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-tcp-len-1-bw.py b/testcase/tperf-qperf-tcp-len-1-bw.py index da25dbac0ab20438c0c830b35ad0a93ee41dcea2..9aa14635c032d2c54e5c68723b0912e741030821 100755 --- a/testcase/tperf-qperf-tcp-len-1-bw.py +++ b/testcase/tperf-qperf-tcp-len-1-bw.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-tcp-len-1-bw", test_opt="--msg_size 1 tcp_bw", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-tcp-len-1-lat.py b/testcase/tperf-qperf-tcp-len-1-lat.py index f232009f70f8f52663b43e44fe5a5df3409ece8e..7a237ee3f0a29e620243083f17599b1827f46c7d 100755 --- a/testcase/tperf-qperf-tcp-len-1-lat.py +++ b/testcase/tperf-qperf-tcp-len-1-lat.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-tcp-len-1-lat", test_opt="--msg_size 1 tcp_lat", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-tcp-len-512-bw.py b/testcase/tperf-qperf-tcp-len-512-bw.py index 8a6d54b20232d974e8276da41c5b40a26fd1a0c2..3a93c994cda23ce1d24b519da12b6198652519e7 100755 --- a/testcase/tperf-qperf-tcp-len-512-bw.py +++ b/testcase/tperf-qperf-tcp-len-512-bw.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-tcp-len-512-bw", test_opt="--msg_size 512 tcp_bw", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-tcp-len-512-lat.py b/testcase/tperf-qperf-tcp-len-512-lat.py index 37d102aaf6b99644a02b69bc819c47ce3efbde2a..652976c35ad4056b97318d6f4a162f6e96288db1 100755 --- a/testcase/tperf-qperf-tcp-len-512-lat.py +++ b/testcase/tperf-qperf-tcp-len-512-lat.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-tcp-len-512-lat", test_opt="--msg_size 512 tcp_lat", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-tcp-len-60000-bw.py b/testcase/tperf-qperf-tcp-len-60000-bw.py index 4f0869920e19bbd23a8474da3e5ec10efcad7a4b..2245db8878c37319b4ca5dc62b188f8a4603bb7a 100755 --- a/testcase/tperf-qperf-tcp-len-60000-bw.py +++ b/testcase/tperf-qperf-tcp-len-60000-bw.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-tcp-len-60000-bw", test_opt="--msg_size 60000 tcp_bw", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-tcp-len-60000-lat.py b/testcase/tperf-qperf-tcp-len-60000-lat.py index 33c3d043736961c8978615f7ef9342644cb205d6..70563104fca11809bb61f48bed6012d09551991f 100755 --- a/testcase/tperf-qperf-tcp-len-60000-lat.py +++ b/testcase/tperf-qperf-tcp-len-60000-lat.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-tcp-len-60000-lat", test_opt="--msg_size 60000 tcp_lat", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-tcp-len-64-bw.py b/testcase/tperf-qperf-tcp-len-64-bw.py index 6592c02319d91895a672d4686370c5da7a904809..ba95570da125603764cb718234409efe720f1d7e 100755 --- a/testcase/tperf-qperf-tcp-len-64-bw.py +++ b/testcase/tperf-qperf-tcp-len-64-bw.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-tcp-len-64-bw", test_opt="--msg_size 64 tcp_bw", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-tcp-len-64-lat.py b/testcase/tperf-qperf-tcp-len-64-lat.py index 2c2bfd18fa4a6bc7c895b213fc0589b746f11f14..043778fd6033fa8cb4e1d14fe9e65763a0ed4259 100755 --- a/testcase/tperf-qperf-tcp-len-64-lat.py +++ b/testcase/tperf-qperf-tcp-len-64-lat.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-tcp-len-64-lat", test_opt="--msg_size 64 tcp_lat", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-udp-len-1-bw.py b/testcase/tperf-qperf-udp-len-1-bw.py index a1cb3f4e4492248b4e9492a184763c8a86f7c54f..b2f2e3b325b096a7ee54e38f25698e31708350f8 100755 --- a/testcase/tperf-qperf-udp-len-1-bw.py +++ b/testcase/tperf-qperf-udp-len-1-bw.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-udp-len-1-bw", test_opt="--msg_size 1 udp_bw", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-udp-len-1-lat.py b/testcase/tperf-qperf-udp-len-1-lat.py index 925b3b93b73e35de9c24853c1cc639223cce941e..0aba3641b026942d1470d7c14b192f3dc062f6aa 100755 --- a/testcase/tperf-qperf-udp-len-1-lat.py +++ b/testcase/tperf-qperf-udp-len-1-lat.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-udp-len-1-lat", test_opt="--msg_size 1 udp_lat", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-udp-len-1400-bw.py b/testcase/tperf-qperf-udp-len-1400-bw.py index a638166acf849b42932b1cb8b8c809dba25d7b3c..b702b1580198994d55ff6a87aca22db2a4c03c89 100755 --- a/testcase/tperf-qperf-udp-len-1400-bw.py +++ b/testcase/tperf-qperf-udp-len-1400-bw.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-udp-len-1400-bw", test_opt="--msg_size 1400 udp_bw", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-udp-len-1400-lat.py b/testcase/tperf-qperf-udp-len-1400-lat.py index 1a7ceb5a03766aeefb54e602cce14b8db9c4f0f3..7494c37b7af2385b0b85a2da25bbb57adda0193f 100755 --- a/testcase/tperf-qperf-udp-len-1400-lat.py +++ b/testcase/tperf-qperf-udp-len-1400-lat.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-udp-len-1400-lat", test_opt="--msg_size 1400 udp_lat", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-udp-len-512-bw.py b/testcase/tperf-qperf-udp-len-512-bw.py index 6cc32807faef0c71d5eaed163f1941e3303dd7ad..99df4da1c51cc0b5971734fa1bdfdb9f745efbc0 100755 --- a/testcase/tperf-qperf-udp-len-512-bw.py +++ b/testcase/tperf-qperf-udp-len-512-bw.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-udp-len-512-bw", test_opt="--msg_size 512 udp_bw", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-udp-len-512-lat.py b/testcase/tperf-qperf-udp-len-512-lat.py index a46fd32ce63fd2e67f4aa511ffbd65a4d136083e..d61f9c51c8fec34de5e055c0361f406ebdd589bf 100755 --- a/testcase/tperf-qperf-udp-len-512-lat.py +++ b/testcase/tperf-qperf-udp-len-512-lat.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-udp-len-512-lat", test_opt="--msg_size 512 udp_lat", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-udp-len-60000-bw.py b/testcase/tperf-qperf-udp-len-60000-bw.py index d10a7afcc0e8941a82fdd27d62bedf85f72bfd1c..4b373fe423adbfbbd98d50e80c80e7a5ffa2e416 100755 --- a/testcase/tperf-qperf-udp-len-60000-bw.py +++ b/testcase/tperf-qperf-udp-len-60000-bw.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-udp-len-60000-bw", test_opt="--msg_size 60000 udp_bw", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-qperf-udp-len-60000-lat.py b/testcase/tperf-qperf-udp-len-60000-lat.py index d2d9cdb73df6981fd3a8811c6eb33a994772020e..ae244fc6fe32254c1e0449771d6dc90460cad5b1 100755 --- a/testcase/tperf-qperf-udp-len-60000-lat.py +++ b/testcase/tperf-qperf-udp-len-60000-lat.py @@ -40,7 +40,7 @@ class PythonTestCase(MyTestCase): name="tperf-qperf-udp-len-60000-lat", test_opt="--msg_size 60000 udp_lat", ) - perf.run(run_loop=1, result_select_percent=80) + perf.run(warmup=0, run_loop=1, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-rt-tests-hackbench-thread-pipe-fds10-groups100.py b/testcase/tperf-rt-tests-hackbench-thread-pipe-fds10-groups100.py index 420dfcb81961bc1d9c03fec26e8ff3bbd2f28313..fb2f5b1932deeb932c4d2259babd81ec0ed0fcd0 100755 --- a/testcase/tperf-rt-tests-hackbench-thread-pipe-fds10-groups100.py +++ b/testcase/tperf-rt-tests-hackbench-thread-pipe-fds10-groups100.py @@ -47,7 +47,7 @@ class PythonTestCase(MyTestCase): sched_fifo=False, nr_loop=100, ) - perf.run(warmup=1, run_loop=10, result_select_percent=80) + perf.run(warmup=1, run_loop=5, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-rt-tests-hackbench-thread-pipe-fds5-groups100.py b/testcase/tperf-rt-tests-hackbench-thread-pipe-fds5-groups100.py index 87375b5f8427593d967a931a99594fff01953c17..1f6accfbe5e1ce03151e7ba97b2188bde23b6e5e 100755 --- a/testcase/tperf-rt-tests-hackbench-thread-pipe-fds5-groups100.py +++ b/testcase/tperf-rt-tests-hackbench-thread-pipe-fds5-groups100.py @@ -47,7 +47,7 @@ class PythonTestCase(MyTestCase): sched_fifo=False, nr_loop=100, ) - perf.run(warmup=1, run_loop=10, result_select_percent=80) + perf.run(warmup=1, run_loop=20, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-cpu-thread-1.py b/testcase/tperf-sysbench-cpu-thread-1.py index 5fe2bdcb88aa98482b957a256807c4972679d6c2..ef908645941fd67346baf747faf84056e35735ec 100755 --- a/testcase/tperf-sysbench-cpu-thread-1.py +++ b/testcase/tperf-sysbench-cpu-thread-1.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--cpu-max-prime=100000 --threads=1 --time=10", ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-128k-size-10g-rndwr.py b/testcase/tperf-sysbench-memory-block-128k-size-10g-rndwr.py index 2ce1c339894948351886ab149971b2237ea18190..0629f763ddcc0d52da5d07611cbd00efc1f1042d 100755 --- a/testcase/tperf-sysbench-memory-block-128k-size-10g-rndwr.py +++ b/testcase/tperf-sysbench-memory-block-128k-size-10g-rndwr.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=128k --memory-total-size=10G --memory-oper=write --memory-access-mode=rnd", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-128k-size-10g-seqrd.py b/testcase/tperf-sysbench-memory-block-128k-size-10g-seqrd.py index 6c38bc8251fc01a1b7c8ee6011106a5785e9440d..2741c3d99d9cb790b8feacce0e3671ba9bb0ef45 100755 --- a/testcase/tperf-sysbench-memory-block-128k-size-10g-seqrd.py +++ b/testcase/tperf-sysbench-memory-block-128k-size-10g-seqrd.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=128k --memory-total-size=10G --memory-oper=write --memory-access-mode=seq", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-16k-size-1g-seqrd.py b/testcase/tperf-sysbench-memory-block-16k-size-1g-seqrd.py index 660cc38684b858628de3107aa5627363fc30583e..415d3d6ef26b713e0fd592b02242675ffb8f0088 100755 --- a/testcase/tperf-sysbench-memory-block-16k-size-1g-seqrd.py +++ b/testcase/tperf-sysbench-memory-block-16k-size-1g-seqrd.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=16k --memory-total-size=1G --memory-oper=read --memory-access-mode=seq", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-1g-size-10g-rndrd.py b/testcase/tperf-sysbench-memory-block-1g-size-10g-rndrd.py index 1c10b734cda7b3f01daa41e4322882e6a77bf0f4..19d9efb1a463d267cd9d7c185dd97d26f82f5816 100755 --- a/testcase/tperf-sysbench-memory-block-1g-size-10g-rndrd.py +++ b/testcase/tperf-sysbench-memory-block-1g-size-10g-rndrd.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=1G --memory-total-size=10G --memory-oper=read --memory-access-mode=rnd", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-1g-size-10g-rndwr.py b/testcase/tperf-sysbench-memory-block-1g-size-10g-rndwr.py index de2370d09aead95a0a91bf0013098802eaa26060..200fcf0feb8ecc030d1514f291a451c15038879b 100755 --- a/testcase/tperf-sysbench-memory-block-1g-size-10g-rndwr.py +++ b/testcase/tperf-sysbench-memory-block-1g-size-10g-rndwr.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=1g --memory-total-size=10G --memory-oper=write --memory-access-mode=rnd", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-1k-size-1g-seqrd.py b/testcase/tperf-sysbench-memory-block-1k-size-1g-seqrd.py index bb86d0cca1782d630b5221bda4e66b5749f2743c..b81c1ef589e8bfb511a1eb738d5c8f561907175b 100755 --- a/testcase/tperf-sysbench-memory-block-1k-size-1g-seqrd.py +++ b/testcase/tperf-sysbench-memory-block-1k-size-1g-seqrd.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=1k --memory-total-size=1G --memory-oper=read --memory-access-mode=seq", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-256k-size-10g-rndwr.py b/testcase/tperf-sysbench-memory-block-256k-size-10g-rndwr.py index 150d8575411dfb2359d200780382aaac07c8526f..9bc45ce37fcc559ea448214477082378e2cf558c 100755 --- a/testcase/tperf-sysbench-memory-block-256k-size-10g-rndwr.py +++ b/testcase/tperf-sysbench-memory-block-256k-size-10g-rndwr.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=256k --memory-total-size=10G --memory-oper=write --memory-access-mode=rnd", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-2k-size-1g-seqrd.py b/testcase/tperf-sysbench-memory-block-2k-size-1g-seqrd.py index f1ffd80f016ef14068587219a73f870283bbde36..257cc62799157437c992dd9b1667da80a82ff25c 100755 --- a/testcase/tperf-sysbench-memory-block-2k-size-1g-seqrd.py +++ b/testcase/tperf-sysbench-memory-block-2k-size-1g-seqrd.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=2k --memory-total-size=1G --memory-oper=read --memory-access-mode=seq", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-32k-size-1g-rndrd.py b/testcase/tperf-sysbench-memory-block-32k-size-1g-rndrd.py index 6b5872a5ab7539cd27345fa22987e8e638b4497e..8a938eac336acd1256d6b67f7731eeb74c0e5c2c 100755 --- a/testcase/tperf-sysbench-memory-block-32k-size-1g-rndrd.py +++ b/testcase/tperf-sysbench-memory-block-32k-size-1g-rndrd.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=32k --memory-total-size=1G --memory-oper=read --memory-access-mode=rnd", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-32k-size-1g-rndwr.py b/testcase/tperf-sysbench-memory-block-32k-size-1g-rndwr.py index 8ca04269706458d183d773d3bf68d65b34ac5e39..a50a9d751198f51bb8f4cd3e921f4f13112763cc 100755 --- a/testcase/tperf-sysbench-memory-block-32k-size-1g-rndwr.py +++ b/testcase/tperf-sysbench-memory-block-32k-size-1g-rndwr.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=32k --memory-total-size=1G --memory-oper=write --memory-access-mode=rnd", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-32k-size-1g-seqrd.py b/testcase/tperf-sysbench-memory-block-32k-size-1g-seqrd.py index ff44a2943852f8e353eb81e5b60a0fd028e0cc07..cf7f43309393ad1b5dc92fc55463ffbf8362c33c 100755 --- a/testcase/tperf-sysbench-memory-block-32k-size-1g-seqrd.py +++ b/testcase/tperf-sysbench-memory-block-32k-size-1g-seqrd.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=32k --memory-total-size=1G --memory-oper=read --memory-access-mode=seq", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-32k-size-1g-seqwr.py b/testcase/tperf-sysbench-memory-block-32k-size-1g-seqwr.py index 0e4c2f2fa256299a138a4c9100292ab7d7612431..cf3ec64de39245f65fb5ded73e43c24edbe30825 100755 --- a/testcase/tperf-sysbench-memory-block-32k-size-1g-seqwr.py +++ b/testcase/tperf-sysbench-memory-block-32k-size-1g-seqwr.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=32k --memory-total-size=1G --memory-oper=write --memory-access-mode=seq", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-4k-size-1g-seqrd.py b/testcase/tperf-sysbench-memory-block-4k-size-1g-seqrd.py index e6115c51d3f60db03d25d6963c6a703c2e870c7c..6d9c15d08a86593932cd3ebccd3a13533d6e8a0b 100755 --- a/testcase/tperf-sysbench-memory-block-4k-size-1g-seqrd.py +++ b/testcase/tperf-sysbench-memory-block-4k-size-1g-seqrd.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=4k --memory-total-size=1G --memory-oper=read --memory-access-mode=seq", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-512k-size-10g-rndwr.py b/testcase/tperf-sysbench-memory-block-512k-size-10g-rndwr.py index dad0ab81c0c5d17ea2d508b91d81562c5142a9f2..23b101a51c7544809fc4f1054e856f426ecb2956 100755 --- a/testcase/tperf-sysbench-memory-block-512k-size-10g-rndwr.py +++ b/testcase/tperf-sysbench-memory-block-512k-size-10g-rndwr.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=512k --memory-total-size=10G --memory-oper=write --memory-access-mode=rnd", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-512k-size-10g-seqwr.py b/testcase/tperf-sysbench-memory-block-512k-size-10g-seqwr.py index 21d0bf001483bb916441cb7051b20bb45578fd24..49dc1d15cd89538eb9248766263a8892bf6df042 100755 --- a/testcase/tperf-sysbench-memory-block-512k-size-10g-seqwr.py +++ b/testcase/tperf-sysbench-memory-block-512k-size-10g-seqwr.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=512k --memory-total-size=10G --memory-oper=write --memory-access-mode=seq", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-64k-size-10g-rndrd.py b/testcase/tperf-sysbench-memory-block-64k-size-10g-rndrd.py index 5c0b4e0ab52cf4d553c4519c716d5e14d1eb4fe1..53d96610022d87b2c93d48e0a48c943cbf1b3835 100755 --- a/testcase/tperf-sysbench-memory-block-64k-size-10g-rndrd.py +++ b/testcase/tperf-sysbench-memory-block-64k-size-10g-rndrd.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=64k --memory-total-size=10G --memory-oper=read --memory-access-mode=rnd", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-memory-block-64k-size-10g-rndwr.py b/testcase/tperf-sysbench-memory-block-64k-size-10g-rndwr.py index 94ac25bacbf614b20fd1dfe2b78627fa1d8d92bd..abd1e50f28cccf3c801c3a16d7b24284445a241b 100755 --- a/testcase/tperf-sysbench-memory-block-64k-size-10g-rndwr.py +++ b/testcase/tperf-sysbench-memory-block-64k-size-10g-rndwr.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="--memory-block-size=32k --memory-total-size=10G --memory-oper=write --memory-access-mode=rnd", ) - perf.run(warmup=1,run_loop=1,result_select_percent=90) + perf.run(warmup=1, run_loop=1, result_select_percent=90) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-16-yields-1000.py b/testcase/tperf-sysbench-threads-16-locks-16-yields-1000.py index c52e329261490cff46301041f34eca59be00deec..dbf2092799c7111dc402d5e6f4f57137ef9e5e87 100755 --- a/testcase/tperf-sysbench-threads-16-locks-16-yields-1000.py +++ b/testcase/tperf-sysbench-threads-16-locks-16-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=16 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-16-yields-10000.py b/testcase/tperf-sysbench-threads-16-locks-16-yields-10000.py index 91e010f3f8c0ab5ab2f79cad0ffca5e147f13a8c..585b327a97508969123ec7f16d490be9523bfdef 100755 --- a/testcase/tperf-sysbench-threads-16-locks-16-yields-10000.py +++ b/testcase/tperf-sysbench-threads-16-locks-16-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=16 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-16-yields-5000.py b/testcase/tperf-sysbench-threads-16-locks-16-yields-5000.py index 4c79ee2900c2c96d0ce35571c41eecdc23839adf..327c2a9e1a0808b9a12cb6fb4ef08cfd7a03f182 100755 --- a/testcase/tperf-sysbench-threads-16-locks-16-yields-5000.py +++ b/testcase/tperf-sysbench-threads-16-locks-16-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=16 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-32-yields-1000.py b/testcase/tperf-sysbench-threads-16-locks-32-yields-1000.py index a1571ef32d2609661617f34c4d02d1fda5cc7567..697a2d5dfa56005b019e1d455d3859b286fbb0f8 100755 --- a/testcase/tperf-sysbench-threads-16-locks-32-yields-1000.py +++ b/testcase/tperf-sysbench-threads-16-locks-32-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=32 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-32-yields-10000.py b/testcase/tperf-sysbench-threads-16-locks-32-yields-10000.py index df938e4562df446ca084c6595c6623c70ebd362f..9e68e3a05ceb338f2c2bb4f38b753808c51ee16a 100755 --- a/testcase/tperf-sysbench-threads-16-locks-32-yields-10000.py +++ b/testcase/tperf-sysbench-threads-16-locks-32-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=32 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-32-yields-5000.py b/testcase/tperf-sysbench-threads-16-locks-32-yields-5000.py index 0fe803f838177d4694213c343011b04db7652642..39d4546cd01ad320e0ca97dd3c11eedb05ef8dbe 100755 --- a/testcase/tperf-sysbench-threads-16-locks-32-yields-5000.py +++ b/testcase/tperf-sysbench-threads-16-locks-32-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=32 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-48-yields-1000.py b/testcase/tperf-sysbench-threads-16-locks-48-yields-1000.py index 0bf754d1e1922b6fa295479fb62077e58f86a4b3..1e6b60a97a1374850565625c36566638b0b55428 100755 --- a/testcase/tperf-sysbench-threads-16-locks-48-yields-1000.py +++ b/testcase/tperf-sysbench-threads-16-locks-48-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=48 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-48-yields-10000.py b/testcase/tperf-sysbench-threads-16-locks-48-yields-10000.py index 24c7f4b179d6157a2a0cd2f13842ffbfe0cec94d..c46e4e3ec0597f00cbc93649b03bfc05a655ed97 100755 --- a/testcase/tperf-sysbench-threads-16-locks-48-yields-10000.py +++ b/testcase/tperf-sysbench-threads-16-locks-48-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=48 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-48-yields-5000.py b/testcase/tperf-sysbench-threads-16-locks-48-yields-5000.py index e1e239338e3b62e3e5fcb932c35f803c1f8e3fc4..6516e97447b22364def6529b97fea2793f3efe75 100755 --- a/testcase/tperf-sysbench-threads-16-locks-48-yields-5000.py +++ b/testcase/tperf-sysbench-threads-16-locks-48-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=48 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-8-yields-1000.py b/testcase/tperf-sysbench-threads-16-locks-8-yields-1000.py index 3805a2425d7d3fa6fa178a1f99c62a4c28cb7bf7..af9bdf2154e0209fb5a309360813becd9208bac4 100755 --- a/testcase/tperf-sysbench-threads-16-locks-8-yields-1000.py +++ b/testcase/tperf-sysbench-threads-16-locks-8-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=8 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-8-yields-10000.py b/testcase/tperf-sysbench-threads-16-locks-8-yields-10000.py index e84be4291c5760bd97c80c61656069c908cf1280..c976748f125abcce72fa69e21ddb749f45588b54 100755 --- a/testcase/tperf-sysbench-threads-16-locks-8-yields-10000.py +++ b/testcase/tperf-sysbench-threads-16-locks-8-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=8 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-8-yields-5000.py b/testcase/tperf-sysbench-threads-16-locks-8-yields-5000.py index be4ea4aa2b9b6cdfc1102c28b00676390d02ac43..39055aeae80d299379e7a61a7c7f03609449d619 100755 --- a/testcase/tperf-sysbench-threads-16-locks-8-yields-5000.py +++ b/testcase/tperf-sysbench-threads-16-locks-8-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=8 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-96-yields-1000.py b/testcase/tperf-sysbench-threads-16-locks-96-yields-1000.py index 4982db5d1e0fc477e9f22ee2f26f7747cd86be8b..052c608a4b7ec64b58e09f4cb8c0def252ece0b1 100755 --- a/testcase/tperf-sysbench-threads-16-locks-96-yields-1000.py +++ b/testcase/tperf-sysbench-threads-16-locks-96-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=96 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-96-yields-10000.py b/testcase/tperf-sysbench-threads-16-locks-96-yields-10000.py index 6439d1c07ec904aa53c8e89d6c0d805d016e3c21..39d31417e38a2e2dde476ac3b8605442c4afccd4 100755 --- a/testcase/tperf-sysbench-threads-16-locks-96-yields-10000.py +++ b/testcase/tperf-sysbench-threads-16-locks-96-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=96 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-16-locks-96-yields-5000.py b/testcase/tperf-sysbench-threads-16-locks-96-yields-5000.py index ad56dee3e89dfde03d6262b9fd162a6458e23d9b..cbc14abae2fcbec93b007dc79c60d83493393cf2 100755 --- a/testcase/tperf-sysbench-threads-16-locks-96-yields-5000.py +++ b/testcase/tperf-sysbench-threads-16-locks-96-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=16 --thread-locks=96 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-16-yields-1000.py b/testcase/tperf-sysbench-threads-32-locks-16-yields-1000.py index a38b41bee6430a182089045e1dba26b895d8ea96..20ed3859f61350726d945427b678daf29a26328a 100755 --- a/testcase/tperf-sysbench-threads-32-locks-16-yields-1000.py +++ b/testcase/tperf-sysbench-threads-32-locks-16-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=16 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-16-yields-10000.py b/testcase/tperf-sysbench-threads-32-locks-16-yields-10000.py index f1f9ec36957f37cff5087b85ffa30244e7741d14..768270f8b47afb9c27cab1bf3673877b7b6ac699 100755 --- a/testcase/tperf-sysbench-threads-32-locks-16-yields-10000.py +++ b/testcase/tperf-sysbench-threads-32-locks-16-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=16 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-16-yields-5000.py b/testcase/tperf-sysbench-threads-32-locks-16-yields-5000.py index fdcb78a728271dc9652b32a77b3c1a110a70df42..8059e7276304871826b5c34d91d823602bb326c7 100755 --- a/testcase/tperf-sysbench-threads-32-locks-16-yields-5000.py +++ b/testcase/tperf-sysbench-threads-32-locks-16-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=16 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-32-yields-1000.py b/testcase/tperf-sysbench-threads-32-locks-32-yields-1000.py index 42815cda4f7fa91294675b279ac3ae48047052b6..35c2b0887c0216e9c88cf99875cbb125c4307eae 100755 --- a/testcase/tperf-sysbench-threads-32-locks-32-yields-1000.py +++ b/testcase/tperf-sysbench-threads-32-locks-32-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=32 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-32-yields-10000.py b/testcase/tperf-sysbench-threads-32-locks-32-yields-10000.py index e140becc9578bb5da4eb865a82098b8270391b54..163e41d28faadf8537859adfd712f686f799fb3b 100755 --- a/testcase/tperf-sysbench-threads-32-locks-32-yields-10000.py +++ b/testcase/tperf-sysbench-threads-32-locks-32-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=32 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-32-yields-5000.py b/testcase/tperf-sysbench-threads-32-locks-32-yields-5000.py index 10978730b972cfed51619053f7e14a985d2ebc03..4be9dd6ec9c437008b0c02981c217e14ef3be040 100755 --- a/testcase/tperf-sysbench-threads-32-locks-32-yields-5000.py +++ b/testcase/tperf-sysbench-threads-32-locks-32-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=32 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-48-yields-1000.py b/testcase/tperf-sysbench-threads-32-locks-48-yields-1000.py index f5afe184311ea677bef08ec83b0078f38c0fba86..f525e99a3b693a4ea7cd7958f7682e11aa1381db 100755 --- a/testcase/tperf-sysbench-threads-32-locks-48-yields-1000.py +++ b/testcase/tperf-sysbench-threads-32-locks-48-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=48 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-48-yields-10000.py b/testcase/tperf-sysbench-threads-32-locks-48-yields-10000.py index 1dd61a79cf51840a104f7aa014fab50cfb37c53b..c557a694141eca8bad9f52edd7d93bcd16598e86 100755 --- a/testcase/tperf-sysbench-threads-32-locks-48-yields-10000.py +++ b/testcase/tperf-sysbench-threads-32-locks-48-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=48 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-48-yields-5000.py b/testcase/tperf-sysbench-threads-32-locks-48-yields-5000.py index 9010656f6a8d457e7c13e8275f99ecb88aff98f9..00f374e261bd873384ff2e148be1e263b0b8650e 100755 --- a/testcase/tperf-sysbench-threads-32-locks-48-yields-5000.py +++ b/testcase/tperf-sysbench-threads-32-locks-48-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=48 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-8-yields-1000.py b/testcase/tperf-sysbench-threads-32-locks-8-yields-1000.py index 20031a036ad8d64516e6b2a7f28ddd6865df0571..de5339c223e2ddfd34b7c1aa722d5c16265a89c5 100755 --- a/testcase/tperf-sysbench-threads-32-locks-8-yields-1000.py +++ b/testcase/tperf-sysbench-threads-32-locks-8-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=8 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-8-yields-10000.py b/testcase/tperf-sysbench-threads-32-locks-8-yields-10000.py index 3072c94368c49af28b58ef7507a4e1ac52f4daca..8bdb97b4ea68fa7d3be78303e68a79bddf1707b8 100755 --- a/testcase/tperf-sysbench-threads-32-locks-8-yields-10000.py +++ b/testcase/tperf-sysbench-threads-32-locks-8-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=8 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-8-yields-5000.py b/testcase/tperf-sysbench-threads-32-locks-8-yields-5000.py index 2b3f2d002b203fdfb5178d191aec6f083bd57835..58f9eb9f1787e1c9e1686a73362b328c4e5b5f94 100755 --- a/testcase/tperf-sysbench-threads-32-locks-8-yields-5000.py +++ b/testcase/tperf-sysbench-threads-32-locks-8-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=8 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-96-yields-1000.py b/testcase/tperf-sysbench-threads-32-locks-96-yields-1000.py index 01854c18aa2153d36a63e8f514afdea7629a1723..4cfea100a724aeadc6bf44caeb859c6ae01c9c7a 100755 --- a/testcase/tperf-sysbench-threads-32-locks-96-yields-1000.py +++ b/testcase/tperf-sysbench-threads-32-locks-96-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=96 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-96-yields-10000.py b/testcase/tperf-sysbench-threads-32-locks-96-yields-10000.py index 52e7f6a6c341f4952fcd456d1e82511ab8c66d6e..85df573528a8436d1841d58bb7ad4f09cb4e54ce 100755 --- a/testcase/tperf-sysbench-threads-32-locks-96-yields-10000.py +++ b/testcase/tperf-sysbench-threads-32-locks-96-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=96 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-32-locks-96-yields-5000.py b/testcase/tperf-sysbench-threads-32-locks-96-yields-5000.py index b2de8c414256b0e459cac78facb281a8b77fba26..40aa0319eaa0ade42c976d30201fce7bc65b83f1 100755 --- a/testcase/tperf-sysbench-threads-32-locks-96-yields-5000.py +++ b/testcase/tperf-sysbench-threads-32-locks-96-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=32 --thread-locks=96 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-16-yields-1000.py b/testcase/tperf-sysbench-threads-8-locks-16-yields-1000.py index 2ec991ba352b29c0bf301eb7c2d2f71d7fe89651..41b387ef97775f4e3d1292d5a41af11365a50e7b 100755 --- a/testcase/tperf-sysbench-threads-8-locks-16-yields-1000.py +++ b/testcase/tperf-sysbench-threads-8-locks-16-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=16 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-16-yields-10000.py b/testcase/tperf-sysbench-threads-8-locks-16-yields-10000.py index 8c1b42a4a34485c55f6aae7489daf40700c488a7..f077ac9433737a7ce23887acb023d31a82f6b177 100755 --- a/testcase/tperf-sysbench-threads-8-locks-16-yields-10000.py +++ b/testcase/tperf-sysbench-threads-8-locks-16-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=16 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-16-yields-5000.py b/testcase/tperf-sysbench-threads-8-locks-16-yields-5000.py index 8e0c97d9a1ace86b377c671223d93995764d5511..a11dfba7b86d4d3e59bec9eb846eaeaf6880c750 100755 --- a/testcase/tperf-sysbench-threads-8-locks-16-yields-5000.py +++ b/testcase/tperf-sysbench-threads-8-locks-16-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=16 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-32-yields-1000.py b/testcase/tperf-sysbench-threads-8-locks-32-yields-1000.py index 0f9038f536c32e96316032c7a7b7694f3596cccb..634c8de3cd534df3535f9442fa91f2e1f621b758 100755 --- a/testcase/tperf-sysbench-threads-8-locks-32-yields-1000.py +++ b/testcase/tperf-sysbench-threads-8-locks-32-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=32 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-32-yields-10000.py b/testcase/tperf-sysbench-threads-8-locks-32-yields-10000.py index 4cd786c7c98ad3f693579a2d3cba57c84f8160e8..49e58f657182f7c7868a84da7c288c082339230c 100755 --- a/testcase/tperf-sysbench-threads-8-locks-32-yields-10000.py +++ b/testcase/tperf-sysbench-threads-8-locks-32-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=32 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-32-yields-5000.py b/testcase/tperf-sysbench-threads-8-locks-32-yields-5000.py index ffa4890047358d53355fa9efeb4ed44908a186d9..e12b8dd6fbcc4bef7d3cbe7349502765e63e1c2a 100755 --- a/testcase/tperf-sysbench-threads-8-locks-32-yields-5000.py +++ b/testcase/tperf-sysbench-threads-8-locks-32-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=32 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-48-yields-1000.py b/testcase/tperf-sysbench-threads-8-locks-48-yields-1000.py index 5955218462777ced5e77c1769bec0911255f21b6..59af7779969f536015a06b4c84ce7d08a8ec9627 100755 --- a/testcase/tperf-sysbench-threads-8-locks-48-yields-1000.py +++ b/testcase/tperf-sysbench-threads-8-locks-48-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=48 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-48-yields-10000.py b/testcase/tperf-sysbench-threads-8-locks-48-yields-10000.py index 22c74e065b2dc5e5f9795b9b021ee55248e47db4..3a613faf013ab736644f9689360f97a5263bd7fb 100755 --- a/testcase/tperf-sysbench-threads-8-locks-48-yields-10000.py +++ b/testcase/tperf-sysbench-threads-8-locks-48-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=48 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-48-yields-5000.py b/testcase/tperf-sysbench-threads-8-locks-48-yields-5000.py index 4b999022eed57405e725c5150aac7c099fc1b6a0..7c1350ab32e8aafc0e8ed90c2076d3ce6fedef70 100755 --- a/testcase/tperf-sysbench-threads-8-locks-48-yields-5000.py +++ b/testcase/tperf-sysbench-threads-8-locks-48-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=48 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-8-yields-1000.py b/testcase/tperf-sysbench-threads-8-locks-8-yields-1000.py index a1f70c0077139ef2b8755745f32123baa893009e..37c1ff15db48f8e5b43469ece38626ec4ba059e2 100755 --- a/testcase/tperf-sysbench-threads-8-locks-8-yields-1000.py +++ b/testcase/tperf-sysbench-threads-8-locks-8-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=8 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-8-yields-10000.py b/testcase/tperf-sysbench-threads-8-locks-8-yields-10000.py index 29564c620a62234f271fb42b6e4d3ae27a2199cd..2e0be738d5d9844d294f9e5b5d0a47f8e0f14717 100755 --- a/testcase/tperf-sysbench-threads-8-locks-8-yields-10000.py +++ b/testcase/tperf-sysbench-threads-8-locks-8-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=8 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-8-yields-5000.py b/testcase/tperf-sysbench-threads-8-locks-8-yields-5000.py index c824b859b4458ea41b767d77f48acfd56195ae99..b8dabbedc39d1424ac263e05b493a21a06918876 100755 --- a/testcase/tperf-sysbench-threads-8-locks-8-yields-5000.py +++ b/testcase/tperf-sysbench-threads-8-locks-8-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=8 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-96-yields-1000.py b/testcase/tperf-sysbench-threads-8-locks-96-yields-1000.py index 14f60584646e4c2bb7ea6259d9b02e92d0cd936d..450958ac80cfad46bf957f6d4098ead1408fa92a 100755 --- a/testcase/tperf-sysbench-threads-8-locks-96-yields-1000.py +++ b/testcase/tperf-sysbench-threads-8-locks-96-yields-1000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=96 --thread-yields=1000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-96-yields-10000.py b/testcase/tperf-sysbench-threads-8-locks-96-yields-10000.py index 3f72589c78a3908d12e6dcb866af97a64d89a2ed..7e4325fb825cba7d7eef7cbff9e68cf901c62cb1 100755 --- a/testcase/tperf-sysbench-threads-8-locks-96-yields-10000.py +++ b/testcase/tperf-sysbench-threads-8-locks-96-yields-10000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=96 --thread-yields=10000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-sysbench-threads-8-locks-96-yields-5000.py b/testcase/tperf-sysbench-threads-8-locks-96-yields-5000.py index 9f517cc7d0e94ab4acecc1495e9cc27ca7e63a13..04cc944fe20e9dd502c6fe84285a51b7aee68cf7 100755 --- a/testcase/tperf-sysbench-threads-8-locks-96-yields-5000.py +++ b/testcase/tperf-sysbench-threads-8-locks-96-yields-5000.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:调度", general_opt="--threads=8 --thread-locks=96 --thread-yields=5000", ) - perf.run(warmup=1,run_loop=10,result_select_percent=80) + perf.run(warmup=1, run_loop=10, result_select_percent=80) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-unixbench-shell16.py b/testcase/tperf-unixbench-shell16.py index 90b67d4f14725dcc143411cbe6002fef97919da8..226eef1a131894a84ddf53b96902062e2ebd2ad0 100755 --- a/testcase/tperf-unixbench-shell16.py +++ b/testcase/tperf-unixbench-shell16.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-c 1 shell16", ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0) diff --git a/testcase/tperf-unixbench-spawn.py b/testcase/tperf-unixbench-spawn.py index d73c6563e299a4085e4550214e0f1470104da5c5..c14c8c99869ca19cbab84c57eeb884500cb2fe0d 100755 --- a/testcase/tperf-unixbench-spawn.py +++ b/testcase/tperf-unixbench-spawn.py @@ -41,7 +41,7 @@ class PythonTestCase(MyTestCase): label="L0:内存", general_opt="-c 1 spawn", ) - perf.run() + perf.run(warmup=0, run_loop=1, result_select_percent=100) perf.report(testcase=self) self.assert_true(len(perf.results) > 0)