Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 softinio added this to To do in Zio Actors Project 1 Dec 18, 2019
@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

@softinio softinio moved this from To do to In progress in Zio Actors Project 1 Dec 21, 2019
@softinio softinio moved this from In progress to To do in Zio Actors Project 1 Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants