summaryrefslogtreecommitdiff
path: root/deps/hdr_histogram/README.md
diff options
context:
space:
mode:
authorfilipe oliveira <filipecosta.90@gmail.com>2020-08-25 19:21:29 +0100
committerGitHub <noreply@github.com>2020-08-25 21:21:29 +0300
commit21784def707d3b36e17619dc620917eeea805bc8 (patch)
tree33e95dd28062ea16be8bd1ae1fc8aa8a5bce739a /deps/hdr_histogram/README.md
parent5b0a06af48997794af60dabb58ce4336ef56f73d (diff)
downloadredis-21784def707d3b36e17619dc620917eeea805bc8.tar.gz
Extended redis-benchmark instant metrics and overall latency report (#7600)
A first step to enable a consistent full percentile analysis on query latency so that we can fully understand the performance and stability characteristics of the redis-server system we are measuring. It also improves the instantaneous reported metrics, and the csv output format.
Diffstat (limited to 'deps/hdr_histogram/README.md')
-rw-r--r--deps/hdr_histogram/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/hdr_histogram/README.md b/deps/hdr_histogram/README.md
new file mode 100644
index 000000000..5f62c234c
--- /dev/null
+++ b/deps/hdr_histogram/README.md
@@ -0,0 +1,10 @@
+HdrHistogram_c v0.11.0
+
+----------------------------------------------
+
+This port contains a subset of the 'C' version of High Dynamic Range (HDR) Histogram available at [github.com/HdrHistogram/HdrHistogram_c](https://github.com/HdrHistogram/HdrHistogram_c).
+
+
+The code present on `hdr_histogram.c`, `hdr_histogram.h`, and `hdr_atomic.c` was Written by Gil Tene, Michael Barker,
+and Matt Warren, and released to the public domain, as explained at
+http://creativecommons.org/publicdomain/zero/1.0/. \ No newline at end of file