Parallel Next.js Server Actions

A simple Next.js project to benchmark Next.js API requests vs. server actions vs. parallel server actions.

Execution time
Simple API Routes
Parallel server actions
Default server actions
đź’ˇ All API fetches and server actions are invoked with Promise.all.