diff --git a/test/AbpPerfTest/SimpleTestPlan.jmx b/test/AbpPerfTest/_jmeter/SimpleTestPlan.jmx similarity index 100% rename from test/AbpPerfTest/SimpleTestPlan.jmx rename to test/AbpPerfTest/_jmeter/SimpleTestPlan.jmx diff --git a/test/AbpPerfTest/_jmeter/SimpleTestPlanWithoutAbp.jmx b/test/AbpPerfTest/_jmeter/SimpleTestPlanWithoutAbp.jmx new file mode 100644 index 0000000000..05dbaeacf8 --- /dev/null +++ b/test/AbpPerfTest/_jmeter/SimpleTestPlanWithoutAbp.jmx @@ -0,0 +1,128 @@ + + + + + + false + true + false + + + + + + + + continue + + false + 100 + + 100 + 10 + false + + + true + + + + + + + localhost + 5003 + https + + /api/books + GET + true + false + true + false + + + + + + + true + + + + false + { + "name": "My book", + "price": 33, + "isAvailable": true +} + + = + + + + localhost + 5003 + https + + /api/books/ + POST + true + false + true + false + + + + + + + false + + saveConfig + + + true + true + true + + true + true + true + true + false + true + true + false + false + false + true + false + false + false + true + 0 + true + true + true + true + true + true + + + + + + + + + + Content-Type + application/json + + + + + + + diff --git a/test/AbpPerfTest/_results/get-insert-with-transaction-disabled.png b/test/AbpPerfTest/_results/get-insert-with-abp.png similarity index 100% rename from test/AbpPerfTest/_results/get-insert-with-transaction-disabled.png rename to test/AbpPerfTest/_results/get-insert-with-abp.png diff --git a/test/AbpPerfTest/_results/get-insert-with-transaction-auto.png b/test/AbpPerfTest/_results/get-insert-with-transaction-auto.png deleted file mode 100644 index 06bc2b0818..0000000000 Binary files a/test/AbpPerfTest/_results/get-insert-with-transaction-auto.png and /dev/null differ diff --git a/test/AbpPerfTest/_results/get-insert-with-transaction-enabled.png b/test/AbpPerfTest/_results/get-insert-with-transaction-enabled.png deleted file mode 100644 index 15ac17789e..0000000000 Binary files a/test/AbpPerfTest/_results/get-insert-with-transaction-enabled.png and /dev/null differ diff --git a/test/AbpPerfTest/_results/get-insert-without-abp.png b/test/AbpPerfTest/_results/get-insert-without-abp.png new file mode 100644 index 0000000000..aab0627787 Binary files /dev/null and b/test/AbpPerfTest/_results/get-insert-without-abp.png differ