Re: [tor-dev] Performance testing using chutney (was Re: Env variables for chutney)

2015-07-05 Thread Cory Pruce
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/04/2015 06:19 PM, teor wrote: make test-network is dominated by the 25 second delay waiting for the Tor test network to bootstrap. So it's not going to help much. I'm working on a chutney branch to measure bandwidth on chutney verify, but

Re: [tor-dev] Performance testing using chutney (was Re: Env variables for chutney)

2015-07-05 Thread teor
On 6 Jul 2015, at 03:20 , Cory Pruce corypr...@gmail.com wrote: On 07/04/2015 06:19 PM, teor wrote: You could also modify tor to use single-hop connections, then measure single-hop bandwidth, by making a 1-hop connection and pushing data through it. There won't be as much client

Re: [tor-dev] Performance testing using chutney (was Re: Env variables for chutney)

2015-07-05 Thread Yawning Angel
On Sun, 05 Jul 2015 10:20:50 -0700 Cory Pruce corypr...@gmail.com wrote: Dude, thanks a bunch for you help. I'm really excited to start :D I'm going to read through the initial design and the code to see what functions/structures/constants/etc. need to be changed. Let me know when you release

[tor-dev] Performance testing using chutney (was Re: Env variables for chutney)

2015-07-04 Thread teor
On 5 Jul 2015, at 05:45 , Cory Pruce corypr...@gmail.com wrote: One more thing for right now: how should I do benchmarks with chutney. Should I measure the averages of how long it takes to complete the make test-network command? make test-network is dominated by the 25 second delay waiting