rediscala icon indicating copy to clipboard operation
rediscala copied to clipboard

How to run included benchmarks?

Open gsastry opened this issue 11 years ago • 3 comments

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

gsastry avatar Jul 30 '14 23:07 gsastry

i think the easiest way is to use version 1.3 https://github.com/etaty/rediscala/tree/1.3

etaty avatar Jul 30 '14 23:07 etaty

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?

gsastry avatar Jul 31 '14 18:07 gsastry

Could you try to replace disconnect by stop ?

etaty avatar Jul 31 '14 19:07 etaty