Add debug log to loop
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
This commit is contained in:
parent
5d62488695
commit
3b7fcca6f3
@ -30,6 +30,7 @@ class database.benchmark {
|
|||||||
$thisI = $i;
|
$thisI = $i;
|
||||||
$thisI += 1;
|
$thisI += 1;
|
||||||
::database.test.arrayTest1.array << {id: $thisI, string: "array item &<$i>"};
|
::database.test.arrayTest1.array << {id: $thisI, string: "array item &<$i>"};
|
||||||
|
logger(1, database.benchmark.arrayTest1.setup, "Loop ran");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function arrayTest1.print() {
|
function arrayTest1.print() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user