How to run included benchmarks?
I ran sbt bench:test which looks like it runs a bunch of tests, but there's no html output with the performance results. I then tried uncommenting out the benchTestSettings in the buildfile, and got a bunch of compilation errors. Is there a simple way to run the benchmarks? Thanks
i think the easiest way is to use version 1.3 https://github.com/etaty/rediscala/tree/1.3
Hmm.. I'm trying on the 1.3, and it's not compiling:
[error] /Users/girish/code/rediscala/src/benchmark/scala/redis/bench/RedisBench.scala:127: value disconnect is not a member of redis.RedisClient [error] redisBench.redis.disconnect() [error] ^ [error] one error found [error] (bench:compile) Compilation failed
Any ideas?
Could you try to replace disconnect by stop ?