basho / basho_bench

A load-generation and testing tool for basically whatever you can write a returning Erlang function for.
Apache License 2.0
311 stars 197 forks source link

fixing problem with operation names containing underscores #153

Closed odo closed 9 years ago

odo commented 9 years ago

The problem I saw was with operations named "get" and "get_multi". The current implementation will map both to the identifier "get" and overwrite one with the other.

slfritchie commented 9 years ago

Many thanks for the R wrangling!