<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Freilyn Bernabe</title>
    <description>The latest articles on Forem by Freilyn Bernabe (@bernabedev).</description>
    <link>https://forem.com/bernabedev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2273396%2F89af41ee-30d3-479e-8ac6-3c2983e04afd.png</url>
      <title>Forem: Freilyn Bernabe</title>
      <link>https://forem.com/bernabedev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/bernabedev"/>
    <language>en</language>
    <item>
      <title>Introducing bunmark ⚡ the fastest way to benchmark your API.</title>
      <dc:creator>Freilyn Bernabe</dc:creator>
      <pubDate>Tue, 08 Apr 2025 21:14:12 +0000</pubDate>
      <link>https://forem.com/bernabedev/introducing-bunmark-the-fastest-way-to-benchmark-your-api-5920</link>
      <guid>https://forem.com/bernabedev/introducing-bunmark-the-fastest-way-to-benchmark-your-api-5920</guid>
      <description>&lt;p&gt;It's minimalist, built with Bun (hello, speed! 🚀), and has just what you need:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Benchmark by request count (&lt;code&gt;-n&lt;/code&gt;) or duration (&lt;code&gt;-t&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Concurrency control (&lt;code&gt;-c&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Full support for methods, headers, query, and body (reads from files with &lt;code&gt;@&lt;/code&gt;!).&lt;/li&gt;
&lt;li&gt;Clean, modern output that's nice to look at. ✨&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;--json&lt;/code&gt; option for your cool scripts.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Get started easily:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
# Install globally
bun add -g bunmark

# Run your first benchmark
bunmark https://httpbin.org/get
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>api</category>
      <category>performance</category>
      <category>benchmarking</category>
      <category>bunjs</category>
    </item>
  </channel>
</rss>
