Skip to content

Commit 59e49a6

Browse files
committed
BigInteger: rename generate.phps to benchmark.phps
1 parent d7faeb0 commit 59e49a6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

math/intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2>Formating</h2>
9191
</div>
9292
<div class="grid_8">
9393
<h2>Speed Analysis</h2>
94-
<p>The following <a href="http://en.wikipedia.org/wiki/Heat_map">heat map</a> shows how many <b>seconds</b> Math_BigInteger takes to perform encryption / decryption with a 2048-bit RSA key on an Intel Core i5-3320M CPU @ 2.6GHz under various environments. <a href="generate.phps">generate.phps</a> was used to generate the heatmap. col*.php are all variations of <a href="speed.phps">speed.phps</a>.</p>
94+
<p>The following <a href="http://en.wikipedia.org/wiki/Heat_map">heat map</a> shows how many <b>seconds</b> Math_BigInteger takes to perform encryption / decryption with a 2048-bit RSA key on an Intel Core i5-3320M CPU @ 2.6GHz under various environments. <a href="benchmark.phps">benchmark.phps</a> was used to generate the heatmap. col*.php are all variations of <a href="speed.phps">speed.phps</a>.</p>
9595
<p>Math_BigInteger automatically picks the fastest settings to use depending on what extensions it has available at its disposal.</p>
9696
<table border="1">
9797
<thead>

0 commit comments

Comments
 (0)