Re: [PATCH 3/6] t/perf: add infrastructure for measuring sizes

2018-08-22 Thread Jeff King
On Wed, Aug 22, 2018 at 09:40:55AM -0400, Derrick Stolee wrote: > On 8/21/2018 3:06 PM, Jeff King wrote: > > The main objective of scripts in the perf framework is to > > run "test_perf", which measures the time it takes to run > > some operation. However, it can also be interesting to see > > the

Re: [PATCH 3/6] t/perf: add infrastructure for measuring sizes

2018-08-22 Thread Derrick Stolee
On 8/21/2018 3:06 PM, Jeff King wrote: The main objective of scripts in the perf framework is to run "test_perf", which measures the time it takes to run some operation. However, it can also be interesting to see the change in the output size of certain operations. This patch introduces test_siz

[PATCH 3/6] t/perf: add infrastructure for measuring sizes

2018-08-21 Thread Jeff King
The main objective of scripts in the perf framework is to run "test_perf", which measures the time it takes to run some operation. However, it can also be interesting to see the change in the output size of certain operations. This patch introduces test_size, which records a single numeric output

[PATCH 3/6] t/perf: add infrastructure for measuring sizes

2018-08-17 Thread Jeff King
The main objective of scripts in the perf framework is to run "test_perf", which measures the time it takes to run some operation. However, it can also be interesting to see the change in the output size of certain operations. This patch introduces test_size, which records a single numeric output

[PATCH 3/6] t/perf: add infrastructure for measuring sizes

2014-03-26 Thread Jeff King
The main objective of scripts in the perf framework is to run "test_perf", which measures the time it takes to run some operation. However, it can also be interesting to see the change in the output size of certain operations. This patch introduces test_size, which records a single numeric output