source: doc/theses/colby_parsons_MMAth/benchmarks/actors/akka/SendStatic/application.conf @ 5adf4f4

ADTast-experimental
Last change on this file since 5adf4f4 was 5adf4f4, checked in by caparson <caparson@…>, 16 months ago

added caf/uC++/proto benchmarks

  • Property mode set to 100644
File size: 260 bytes
Line 
1akka {
2   dispatcher {
3        type = Dispatcher
4        executor = "fork-join-executor"
5        fork-join-executor {
6            parallelism-factor = 2.0
7            parallelism-min = 1
8            parallelism-max = 1
9        }
10        throughput = 20
11   }
12}
Note: See TracBrowser for help on using the repository browser.