Closed willie closed 6 years ago
https://github.com/kellabyte/go-benchmarks/pull/5
That PR doesn't solve the evio
problem, though.
I updated the README because I was missing a documented step but doesn't this install all the required dependencies?
My mistake that I forgot to add it to the README.
Your documentation fix solves it!
Aside: I hadn't looked for the deps step in the makefile (because I'm not super great with make) and I wouldn't have recognized the glide commands (because I don't use glide for package management).
Awesome thanks for trying it out! That was my mistake :) I'm glad people are trying it out so I can iron out these types of issues.
On a machine with none of the dependencies from the root of the repo:
If I do:
This solves the problem for the hashing error:
go get -t ./...
, but it doesn't solve the evio part. Maybe you are testing against a different branch?I'll submit a small PR to add the dependency getting to the makefile.