Fix storage ref in macro
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
a8e3346b4d
commit
a9f6581a8d
@ -92,7 +92,7 @@ class database.benchmark {
|
||||
}
|
||||
function arrayTest2.run() {
|
||||
this.arrayTest2._searchIndex({keyword: "entry500"});
|
||||
this.arrayTest2._searchArray() with ::temp.index;
|
||||
this.arrayTest2._searchArray() with ::temp;
|
||||
::temp.index.del();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user