update to Aeron 0.9.9
This commit is contained in:
parent
880a60e1af
commit
d2c3c3ee3b
2 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ class InvertCompressionTableBenchmark {
|
|||
a.r.artery.compress.CompressionTableBenchmark.invert_comp_to_decomp_1024 N/A thrpt 20 5828.963 ± 281.631 ops/s
|
||||
a.r.artery.compress.CompressionTableBenchmark.invert_comp_to_decomp_256 N/A thrpt 20 29040.889 ± 345.425 ops/s
|
||||
*/
|
||||
|
||||
|
||||
def randomName = ThreadLocalRandom.current().nextInt(1000).toString
|
||||
val compTable_256 = CompressionTable(2, Map(Vector.fill[String](256)(randomName).zipWithIndex: _*))
|
||||
val compTable_1024 = CompressionTable(3, Map(Vector.fill[String](1024)(randomName).zipWithIndex: _*))
|
||||
|
|
|
|||
|
|
@ -78,8 +78,8 @@ object Dependencies {
|
|||
// For Java 8 Conversions
|
||||
val java8Compat = Def.setting {"org.scala-lang.modules" %% "scala-java8-compat" % java8CompatVersion.value} // Scala License
|
||||
|
||||
val aeronDriver = "io.aeron" % "aeron-driver" % "0.9.7" // ApacheV2
|
||||
val aeronClient = "io.aeron" % "aeron-client" % "0.9.7" // ApacheV2
|
||||
val aeronDriver = "io.aeron" % "aeron-driver" % "0.9.9" // ApacheV2
|
||||
val aeronClient = "io.aeron" % "aeron-client" % "0.9.9" // ApacheV2
|
||||
|
||||
object Docs {
|
||||
val sprayJson = "io.spray" %% "spray-json" % "1.3.2" % "test"
|
||||
|
|
@ -106,7 +106,7 @@ object Dependencies {
|
|||
val metrics = "com.codahale.metrics" % "metrics-core" % "3.0.2" % "test" // ApacheV2
|
||||
val metricsJvm = "com.codahale.metrics" % "metrics-jvm" % "3.0.2" % "test" // ApacheV2
|
||||
val latencyUtils = "org.latencyutils" % "LatencyUtils" % "1.0.3" % "test" // Free BSD
|
||||
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.8" % "test" // CC0
|
||||
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.9" % "test" // CC0
|
||||
val metricsAll = Seq(metrics, metricsJvm, latencyUtils, hdrHistogram)
|
||||
|
||||
// sigar logging
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue