Francesco Laurita

Results 22 comments of Francesco Laurita

This feature is not supported yet. There's ``` --test-server host:port``` option but it accepts a single host only. You can "hack" it in this way: 1) Create your xml hosts...

@jbtt3615 The program uses libcurl to fetch remote file, libcurl supports file schema uri There's a chance it would work out of the box by using file:///path/to/your/local/file.xml as ```SpeedTest_SERVER_LIST_URL``` value

According to the doc, the uri file schema should look like this: ```file://localhost/path/to/file.xml``` There's another problem though. I explicitly check for 200 HTTP_OK: https://github.com/taganaka/SpeedTest/blob/master/SpeedTest.cpp#L429-L432 I'm pretty sure fetching a local...

@jbtt3615 This should do the trick. Please give it a try: https://github.com/taganaka/SpeedTest/pull/17

Hello @angvp Are you interested in becoming a contributor of this project?

Works for me: https://www.speedtest.net/result/9021927523.png

Hello there! Thanks for contributing to the project! Could you please rebase your branch? Thanks

Not tested against mongo ~> 1.10 yet

@mperham Thanks for the suggestion I'll take a look soon

This is odd It works for me and for [Travis-ci](https://travis-ci.org/taganaka/polipus/jobs/28731254) too according to the latest build [This](https://github.com/taganaka/polipus/blob/master/polipus.gemspec#L31-L35) is where the check is done. Could you please share the output of...