nickdodd79 / AutoBogus

A C# library complementing the Bogus generator by adding auto creation and population capabilities.
MIT License
436 stars 50 forks source link

Augto Bogus is slow on Blazor WASM #105

Open Daniel-SchaeferJ opened 1 year ago

Daniel-SchaeferJ commented 1 year ago

I noticed that AutoBogus is INCREDIBLY slow on blazor WASM. I tested this code var mock= new AutoFaker().Generate(10); using blazor server side, web api, xunit etc and blazor wasm is incredibly slow.

soenneker commented 8 months ago

Due to the performance issues and missing types etc I've decided to build an updated version of AutoBogus: soenneker.utils.autobogus

I've improved the performance significantly already, give it a try. More to come, it needs a lot of work....

Kurpanik commented 4 months ago

This works so much faster, thanks a lot @soenneker