Remove code for mintotal from xhr_benchmark.html and fetch_benchmark.html
diff --git a/example/fetch_benchmark.html b/example/fetch_benchmark.html
index 788d14d..d0bba69 100644
--- a/example/fetch_benchmark.html
+++ b/example/fetch_benchmark.html
@@ -25,10 +25,6 @@
     startSize: getIntFromInput('startsize'),
     // Stops benchmark when the size of message exceeds this threshold.
     stopThreshold: getIntFromInput('stopthreshold'),
-    // If the size of each message is small, send/receive multiple messages
-    // until the sum of sizes reaches this threshold.
-    // minTotal: getIntFromInput('mintotal'),
-    // minTotal is not yet implemented on Fetch API benchmark
     multipliers: getFloatArrayFromInput('multipliers'),
     verifyData: getBoolFromCheckBox('verifydata'),
     addToLog: addToLog,
@@ -122,10 +118,6 @@
       <td><input type="text" id="stopthreshold" value="102400000"></td>
     </tr>
     <tr>
-      <td>Minimum total</td>
-      <td><input type="text" id="mintotal" value="102400000"></td>
-    </tr>
-    <tr>
       <td>Multipliers</td>
       <td><input type="text" id="multipliers" value="5, 2"></td>
     </tr>
diff --git a/example/xhr_benchmark.html b/example/xhr_benchmark.html
index 4ff2ce0..3b590ba 100644
--- a/example/xhr_benchmark.html
+++ b/example/xhr_benchmark.html
@@ -50,10 +50,6 @@
     startSize: getIntFromInput('startsize'),
     // Stops benchmark when the size of message exceeds this threshold.
     stopThreshold: getIntFromInput('stopthreshold'),
-    // If the size of each message is small, send/receive multiple messages
-    // until the sum of sizes reaches this threshold.
-    // minTotal: getIntFromInput('mintotal'),
-    // minTotal is not yet implemented on XHR benchmark
     multipliers: getFloatArrayFromInput('multipliers'),
     verifyData: getBoolFromCheckBox('verifydata'),
     methodAndCache: getStringFromRadioBox('methodandcache'),
@@ -151,10 +147,6 @@
       <td><input type="text" id="stopthreshold" value="102400000"></td>
     </tr>
     <tr>
-      <td>Minimum total</td>
-      <td><input type="text" id="mintotal" value="102400000"></td>
-    </tr>
-    <tr>
       <td>Multipliers</td>
       <td><input type="text" id="multipliers" value="5, 2"></td>
     </tr>