<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Java on Don Figuerres</title><link>https://donfiguerres.com/posts/software-development/java/</link><description>Recent content in Java on Don Figuerres</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Wed, 22 Jun 2022 23:10:00 +0800</lastBuildDate><atom:link href="https://donfiguerres.com/posts/software-development/java/index.xml" rel="self" type="application/rss+xml"/><item><title>Java Performance Testing Using Zerocode</title><link>https://donfiguerres.com/posts/software-development/java/java-performance-testing-using-zerocode/</link><pubDate>Wed, 22 Jun 2022 23:10:00 +0800</pubDate><guid>https://donfiguerres.com/posts/software-development/java/java-performance-testing-using-zerocode/</guid><description>&lt;p&gt;In one of my previous projects, I had to add a performance testing suite for
our Java APIs to measure the performance gain in the performance improvement
that I was working on.&lt;/p&gt;
&lt;p&gt;After some research, I found that &lt;a href="https://zerocode.io/" target="_blank" rel="noopener"&gt;Zerocode&lt;/a&gt; is able to
fulfill our needs. Their &lt;a href="https://github.com/authorjapps/zerocode" target="_blank" rel="noopener"&gt;GitHub Repo&lt;/a&gt;
also includes an extensive documentation which made the process much easier for
me.&lt;/p&gt;
&lt;p&gt;I found that you can reuse your existing JUnit tests as performance tests using
the LoadWith annotation.&lt;/p&gt;</description></item></channel></rss>