From 16ba2e2ad18b7ddd80d6d95029dc0f5fc72c442a Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Sat, 17 Nov 2018 12:17:10 -0500 Subject: [PATCH] wip --- JavaScript/pi.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JavaScript/pi.html b/JavaScript/pi.html index 5e0d103..b092f26 100644 --- a/JavaScript/pi.html +++ b/JavaScript/pi.html @@ -105,7 +105,7 @@ number of points: <input type='text' id='reduce_points' value='10000000' size=10 <br> <button onclick='parallel_benchmark()'>calculate pi parallel</button><br> -number of threads: <input type='text' id='parallel_threads' value='4' size=3><br> +number of workers: <input type='text' id='parallel_threads' value='4' size=3><br> points per thread: <input type='text' id='parallel_points' value='1000000000' size=10> <div id='div_pi_parallel'>pi:</div> <div id='div_time_parallel'>time:</div> -- GitLab