]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - benchtests/bench-malloc-thread.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / benchtests / bench-malloc-thread.c
index 52261425b0f1af32c17328ea5e0a5bb6f230df47..500390866ea088130cc8cb06601b00f5f2a8dac0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <math.h>
@@ -31,7 +31,7 @@
 #include "json-lib.h"
 
 /* Benchmark duration in seconds.  */
-#define BENCHMARK_DURATION     60
+#define BENCHMARK_DURATION     10
 #define RAND_SEED              88
 
 #ifndef NUM_THREADS