mirror of
https://github.com/bellard/quickjs.git
synced 2025-11-15 10:12:14 +03:00
removed duplicate test
This commit is contained in:
@@ -1204,17 +1204,6 @@ function sort_bench(text) {
|
|||||||
sort_bench.bench = true;
|
sort_bench.bench = true;
|
||||||
sort_bench.verbose = false;
|
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)
|
function int_to_string(n)
|
||||||
{
|
{
|
||||||
var s, r, j;
|
var s, r, j;
|
||||||
|
|||||||
Reference in New Issue
Block a user