Jimin Hsieh

Results 8 comments of Jimin Hsieh

@jacobBaumbach I noticed you didn't materialize the data stream at your code. If you add `data.to(stringSerdes, stringSerdes, outputTopic)`, you should get non-empty `Stream`.

@larsrh I'm interested in this one. I can generate the benchmark results. I do need someone to help me to **publish** the result (I know how to use sbt-jmh). There...

@f1yegor It seems no one would write like this way. There are some examples that you could see how to write with JMH. [ListBenchmark.scala](https://github.com/scala/scala/blob/2.12.x/test/benchmarks/src/main/scala/scala/collection/immutable/ListBenchmark.scala) from Scala's repository or [TestBenchmark.scal](https://github.com/ktoso/sbt-jmh/blob/v0.2.27/sbt-jmh-tester/src/main/scala/test/TestBenchmark.scala) from...

If you are using `0.13.18`, IntelliJ should able to work with.

I think I could give it a shot. But I don't have any idea of how it should be like. I mean how user sends path to sbt-jcstress. * Input...

I think I need some clarification on this ticket. Which part of hardcoded path is? * The path of `destinationDirectory` - [L65](https://github.com/ktoso/sbt-jcstress/blob/master/src/main/scala/pl/project13/sbt/jcstress/JCStressPlugin.scala#L65) * The path of result folder - I...

BTW, I already tried to implement this one locally. > The path of result folder - I guess it would be better to let users override it. I am not...

> Have not had much time to maintain this plugin... I can relate to that. If there are any little things I could help or contribute, I am going to...