Sankar சங்கர்
Sankar சங்கர்
@onsi Thanks a lot. Explicitly mentioning the package in the `--coverpkg` worked but the relative path did not work, I had to give the absolute package path. ``` ginkgo -r...
You are doing `mkfs` on `image` and mounting `image2` ?
I believe that you need to give a mount location too. If you look at the docs in https://github.com/psankar/simplefs/commit/30a0ffafe4c5bdfab8c077f3d5a8cfdbb7869be1 the command that you need to give is: ` linux-9dni:/home/psankar/src/simplefs #...
The above error is caused because the imports are referring to "ddtxn/prof" etc. instead of the absolute path starting from the github url. Even after fixing that, the `go get`...
Is this project no longer actively maintained ?
ah okay. Sorry for the noise.
`go get github.com/narula/ddtxn/` works. But when we do a `go install ./single` from the benchmarks folder it complains of a missing prof package. So I did a `go get github.com/narula/ddtxn/...`...
There still seem to be a failure. ``` ➜ narula go get -u github.com/narula/ddtxn/... # github.com/narula/ddtxn/benchmarks/big ddtxn/benchmarks/big/big.go:61: cannot use &coord.Workers[0].E (type *ddtxn.ETransaction) as type ddtxn.ETransaction in argument to big_app.Populate: *ddtxn.ETransaction...
Adding the contents of that git repository fixed the runtime error. May be it is a good idea to document it in the README or even better package these also...
> What do you mean when you say move the individual benchmarks to individual > folders? Sorry. Ignore my comment. I was somehow confused and thought that the big, bid,...