Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Performance 未通过/未通过Jenkins结果_Performance_Testing_Jenkins - Fatal编程技术网

Performance 未通过/未通过Jenkins结果

Performance 未通过/未通过Jenkins结果,performance,testing,jenkins,Performance,Testing,Jenkins,有没有办法让Jenkins接受并绘制不是二进制通过/失败的测试结果 我正在为我参与的一个开源项目编写一个性能测试。在每次成功构建之后,我希望Jenkins运行我编写的bash脚本,然后将我在测试期间计算的值报告为测试结果。如果这有关系的话,这个值大约是10k。这样做的目的是让开发人员能够查看代码库的历史性能,以及他们的提交是如何改变代码库的 我是詹金斯的新手,但我在谷歌上搜索得很辛苦,没有发现任何相关信息。即使您没有完整的答案,也非常感谢您的链接。应该能够满足您的需要;您可以以csv格式存储测试

有没有办法让Jenkins接受并绘制不是二进制通过/失败的测试结果

我正在为我参与的一个开源项目编写一个性能测试。在每次成功构建之后,我希望Jenkins运行我编写的bash脚本,然后将我在测试期间计算的值报告为测试结果。如果这有关系的话,这个值大约是10k。这样做的目的是让开发人员能够查看代码库的历史性能,以及他们的提交是如何改变代码库的

我是詹金斯的新手,但我在谷歌上搜索得很辛苦,没有发现任何相关信息。即使您没有完整的答案,也非常感谢您的链接。

应该能够满足您的需要;您可以以csv格式存储测试结果,然后在所有构建中绘制它们的图形