fission-codes / fission

Fission CLI & server
https://runfission.com/docs
119 stars 14 forks source link

Best Practice: Benchmarks #254

Open expede opened 4 years ago

expede commented 4 years ago

As a general best practice, having benches set up helps to understand which parts of the application are worth investing time and energy into optimizing for machine execution rather than product execution 😉

JonathanLorimer commented 3 years ago

I would be interested in trying my hand at this. Which sub-directory would be worth tackling first? I assumed fission-core but may be wrong.

expede commented 3 years ago

@JonathanLorimer yeah, literally anything would be helpful! -core is the mostly primitives. There's also already a handful of microbenchmarks in there, so possibly a good place to start! Cheers :)