Ticket #460 (closed enhancement: fixed)

Opened 6 months ago

Last modified 6 months ago

[PATCH] adds standard deviation to benchmark

Reported by: wi..@bitfission.com Assigned to:
Priority: medium Milestone: The Future
Component: Merb Keywords:
Cc:

Description

Means in and of themselves don't give any valuable information. Two distributions can have the same mean, but be completely different in nature.

This patch adds in the time per request and the standard deviation as reported by AB. It also aligns the output a little better.

Sample output of script/benchmark before and after the patch.

This is against r1312

Attachments

add_time_per_request_and_std_dev.patch (1.0 kB) - added by wi..@bitfission.com on 01/16/08 03:56:50.
replaces old patch

Change History

01/16/08 03:47:55 changed by wi..@bitfission.com

  • summary changed from Adds standard deviation to benchmark to [PATCH] adds standard deviation to benchmark.

01/16/08 03:56:50 changed by wi..@bitfission.com

  • attachment add_time_per_request_and_std_dev.patch added.

replaces old patch

01/16/08 03:57:44 changed by wi..@bitfission.com

The time/request was incorrectly [s/req] when it should be [ms/req]. New patch fixes that. new sample output

01/16/08 04:08:47 changed by has.s..@gmail.com

  • status changed from new to closed.
  • resolution set to fixed.

(In [1314]) Adds stdev to the benchmarks. Thanx wi..@bitfission.com Closes #460