input-output-hk / io-sim

Haskell's IO simulator which closely follows core packages (base, async, stm).
https://hackage.haskell.org/package/io-sim
Apache License 2.0
37 stars 15 forks source link

Removed benchmarks which are based on typed-protocols #55

Closed coot closed 1 year ago

coot commented 1 year ago

They made a dependency loop between io-sim and typed-protocols making it harder than necessary to release a new version.

They were not micro benchmarks anyway.