]> git.kaiwu.me - quickjs.git/commitdiff
removed duplicate test
authorFabrice Bellard <fabrice@bellard.org>
Mon, 3 Nov 2025 16:14:12 +0000 (17:14 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Mon, 3 Nov 2025 16:14:12 +0000 (17:14 +0100)
tests/microbench.js

index c4710b189e0f9ab70c8249a7bd9cf057caaf31bf..ce3097c38fa7e47b1b554f3802768da388c09277 100644 (file)
@@ -1204,17 +1204,6 @@ function sort_bench(text) {
 sort_bench.bench = true;
 sort_bench.verbose = false;
 
-function int_to_string(n)
-{
-    var s, j;
-    for(j = 0; j < n; j++) {
-        s = (j % 1000).toString();
-        s = (1234000 + j % 1000).toString();
-    }
-    global_res = s;
-    return n * 2;
-}
-
 function int_to_string(n)
 {
     var s, r, j;