scuffle icon indicating copy to clipboard operation
scuffle copied to clipboard

Benchmarks

Open TroyKomodo opened this issue 1 year ago • 0 comments

At some point we need to look at doing performance benchmarks.

Some things to consider:

  • Allocator
  • musl or GNU
  • LTO
  • ARM vs x86_64
  • Docker vs Host
  • Static vs Dynamic Linking

Some metrics we are interested in is:

  • Throughput
  • Latency
  • CVEs
  • Compile Times
  • Bundle Size
  • Runtime Dependencies

This ticket is also for the creation of a benchmarking tool to measure these things.

TroyKomodo avatar Feb 19 '23 22:02 TroyKomodo