effect-handlers / effect-handlers-bench

Benchmark repository of polyglot effect handler examples
MIT License
20 stars 10 forks source link

Differentiate between microbenchmarks and macrobenchmarks #55

Open dhil opened 6 months ago

dhil commented 6 months ago

We should classify the current set of benchmarks as microbenchmarks. They don't really resemble any "real-world" workload. In addition, we should introduce a notion of macrobenchmarks, which are supposed to resemble real-world workloads. One example of a macrobenchmark is a httpserver.

jasigal commented 5 months ago

@dhil @codrutiftode and I had a chat, and Codrin decided that bringing in some HTTP server benchmarks would be good goal