gpt4 book ai didi

java - JUnit 性能测试 (Contiperf)

转载 作者:行者123 更新时间:2023-12-01 15:17:45 26 4
gpt4 key购买 nike

我目前正在对我开发的点对点服务应用程序进行一些性能测试。

我在性能测试方面经验很少。我找不到像样的指南,我基本上是随机挑选数字。 (即要使用的线程数量)

有人对这个问题有什么建议吗?即有多少线程等。

顺便说一句,我正在使用 contiperf。基于注释的性能测试。这是一个示例测试方法。

@Rule
public ContiPerfRule i = new ContiPerfRule();

@Test
@PerfTest(duration = 5000, threads = 10)
@Required(throughput = 50000)
public void test12() throws InterruptedException, FileNotFoundException, CertificateException
{
nodes.iterator().next().lookup(ee33.getSerialNumber().toString()+ee33.getPublicKey().toString());
}

最佳答案

希望您选择的“随机数”并不重要。也就是说,无论您选择 10 还是 100 都没有太大关系。

我会首先进行压力测试(测试它直到它崩溃),然后基于此创建一个负载测试(在它应该工作的范围内测试它)

关于java - JUnit 性能测试 (Contiperf),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11396238/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com