Populate test .run()
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
This commit is contained in:
parent
9588154a2f
commit
087f852b54
@ -84,5 +84,8 @@ class database.benchmark {
|
|||||||
::database.test.arrayTest2.index.del();
|
::database.test.arrayTest2.index.del();
|
||||||
}
|
}
|
||||||
function arrayTest2.run() {
|
function arrayTest2.run() {
|
||||||
|
::temp.keyword = {keyword: "entry500"};
|
||||||
|
execute run { $say "found: $(keyword)"; } with ::temp.keyword;
|
||||||
|
::temp.keyword.del();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user