diff --git a/.gitignore b/.gitignore index 28fad19..ff4cab9 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,6 @@ test/tools/data/ .rvmrc Gemfile.lock .idea/* +tmp + diff --git a/bench/exp_series.html b/bench/exp_series.html index c71b3a7..a780003 100644 --- a/bench/exp_series.html +++ b/bench/exp_series.html @@ -14,23 +14,40 @@ font-size: 16px; margin: 50px; } - div.graph { + .graph { width:800px; height:400px; } - div.hidden { - //display: none; //visibility: hidden; // to collapse, use display: none + .note { + + } + .show_hide { + padding: 1px; + line-height: 200%; + margin: 20px; + cursor: pointer; + background-color: LightGray; + } + .hidden { + display: none; //visibility: hidden; // to collapse, use display: none }

Exp Series Performance Tests

- x-axis is power of 2, log base 2 of size
- y-axis is "document" operations per second, ex., total document insertions per second
-
- For measuring Ruby driver performance, we are interested primarily in the "user" CPU time.
- The "user" time is the time used by the Ruby driver, typically much less than real time.
-
+ x-axis is power of 2, log base 2 of size
+ y-axis is "document" operations per second, ex., total document insertions per second
+
+ For measuring Ruby driver performance, we are interested primarily in the "user" CPU time.
+ The "user" time is the time used by the Ruby driver, typically much less than real time.
+
+
+

Issues

+
+

Nested Structures

+
+

C versus Ruby

+