removed duplicate test

This commit is contained in:
Fabrice Bellard
2025-11-03 17:14:12 +01:00
parent e015918dd8
commit 961478d7bb

View 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;