amplab / velox-modelserver

http://amplab.github.io/velox-modelserver/
Apache License 2.0
110 stars 26 forks source link

Initial implementation of a synthetic workload driver. #13

Closed dcrankshaw closed 10 years ago

dcrankshaw commented 10 years ago

This PR adds an HTTP client that can be used to run benchmarks against Velox. It also adds a local storage backend that just uses a concurrent hashmap in the JVM for testing and debugging purposes.

This addresses issues #9 and #7

dcrankshaw commented 10 years ago

I should probably add some comments. I'll get on that.

tomerk commented 10 years ago

I think this looks fine for now, just some things worth considering in the future

dcrankshaw commented 10 years ago

Go ahead and merge when it looks good to you.

tomerk commented 10 years ago

Do you want the branch deleted after merging?

dcrankshaw commented 10 years ago

No leave it for now. It's in my fork.