go-ycsb
go-ycsb copied to clipboard
A Go port of Yahoo! Cloud Serving Benchmark (YCSB)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Hi, while I am trying to load the foundationdb with workloads, i am unable to get the desired results. it says "foundationdb is not registered" . please let me know...
Build failed in my macOS: ``` ➜ go-ycsb git:(master) ✗ go version go version go1.17 darwin/arm64 ➜ go-ycsb git:(master) make go build -tags " foundationdb" -o bin/go-ycsb cmd/go-ycsb/* # github.com/apple/foundationdb/bindings/go/src/fdb...
Hello, I got the following error in the make process of the source code, I don't know what the problem is, can you help me to solve it? 
I'm seeing deterministic errors around the Zipfian generation when I need to generate hundreds of millions of random numbers. Here's a sample: ``` panic: runtime error: index out of range...
add mixgraph benchmark
I'm trying to test foundationdb performance with go-ycsb, and receive this error: `foundationdb is not registered`. Does this mean that ycsb no longer supports foundationdb?
Why this submission replace `zipfian` with `uniform`? https://github.com/pingcap/go-ycsb/commit/6f16ad8bd8c40dc91f656f9c2701e11f0574337c This seems inconsistent with comments and YCSB repositories: https://github.com/pingcap/go-ycsb/blob/515fd0066a2ce84743e7211d88abe32e056846f1/workloads/workloada#L17-L36
Hello, I ran the go-ycsb using default configuration against my 10 node TiKV storage. First I loaded the DB and then ran the workloadA based test. ***************** properties ***************** "command"="run"...
Hello, I'm interested in using this package to benchmark some internal systems, but the repo as a whole is pretty difficult to import because it is one giant Go module...