Add cleanup for temp array storage
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
d1c96735f0
commit
1345fa13c0
@ -40,6 +40,7 @@ class database.benchmark {
|
|||||||
}
|
}
|
||||||
function arrayTest1.clean() {
|
function arrayTest1.clean() {
|
||||||
::database.test.arrayTest1.array.del();
|
::database.test.arrayTest1.array.del();
|
||||||
|
::temp.arrayTest1.del();
|
||||||
}
|
}
|
||||||
function arrayTest1.run() {
|
function arrayTest1.run() {
|
||||||
::temp.arrayTest1 = ::database.test.arrayTest1.array;
|
::temp.arrayTest1 = ::database.test.arrayTest1.array;
|
||||||
@ -55,6 +56,7 @@ class database.benchmark {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
::temp.arrayTest1.del();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user