Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Performance Benchmarks #110

Open
pierangeloc opened this issue Dec 17, 2019 · 4 comments
Open

Performance Benchmarks #110

pierangeloc opened this issue Dec 17, 2019 · 4 comments

Comments

@pierangeloc
Copy link

Evaluate the performance of zio actors.
Ideally this should cover a range of cases similar to the ones covered by akka performance benchmarks https://github.com/akka/akka/tree/master/akka-bench-jmh/src/main/scala/akka/actor

At minimum provide experiments for

  1. Ping pong example (as in https://github.com/akka/akka/blob/master/akka-bench-jmh/src/main/scala/akka/actor/typed/TypedBenchmarkActors.scala)
  2. See how tuning ZIO runtime environment impacts this simple experiment performance (https://github.com/akka/akka/blob/master/akka-bench-jmh/src/main/scala/akka/actor/typed/TypedForkJoinActorBenchmark.scala)
@He-Pin
Copy link

He-Pin commented Dec 17, 2019

This is the way

@pierangeloc
Copy link
Author

Implementation note: put the benchmarks in a separate project

@softinio
Copy link
Contributor

@pierangeloc Wonder if you can reuse this or at least base it on:

https://github.com/zio/zio/tree/master/benchmarks

https://github.com/zio/zio/blob/master/build.sbt#L252

@softinio
Copy link
Contributor

@pierangeloc another idea for this is to use and contribute the benchmarks to:

https://renaissance.dev/docs#contribution-guide

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants