Any benchmarks on performance impact of Plasmic?

Are there any benchmarks on the potential performance hit a WebApp might experience from using plasmic vs a standard Next.js build?

Plasmic just uses Next.js pre-rendering (static and server-side rendering). Usually the biggest real-world impact is not from Plasmic but from other scripts running on the site, both first and third party.