You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2024. It is now read-only.
Dear tstromberg,
I tried with your notes and was unable to get a namebench binary in my directory :-
~/games/namebench$ export GOPATH=pwd
~/games/namebench$ git clone https://github.com/google/namebench.git src/github.com/google/namebench
Cloning into 'src/github.com/google/namebench'...
remote: Reusing existing pack: 5588, done.
remote: Total 5588 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (5588/5588), 25.80 MiB | 28.00 KiB/s, done.
Resolving deltas: 100% (3951/3951), done.
Checking connectivity... done.
~/games/namebench$ go get github.com/mattn/go-sqlite3
~/games/namebench$ go get code.google.com/p/go.net/publicsuffix
~/games/namebench$ go get github.com/miekg/dns
~/games/namebench$ ls
pkg src
$ cd src/github.com/google/namebench/
~/games/namebench/src/github.com/google/namebench$ go build namebench.go
~/games/namebench/src/github.com/google/namebench$ ./namebench
2014/06/19 02:51:05 URL: http://127.0.0.1:55168/
2014/06/19 02:51:05 error running /Applications/node-webkit.app/Contents/MacOS/node-webkit ./ui/app.nw: exec: "/Applications/node-webkit.app/Contents/MacOS/node-webkit": stat /Applications/node-webkit.app/Contents/MacOS/node-webkit: no such file or directory
As can be seen the webserver is up but no UI. I was able to browse via the browser. It just has the browser 'google chrome' and the states stuck as 'United States of America' there is no drop-down list or anything.