Rename db test module to benchmark

This commit is contained in:
themodrnhakr 2025-03-21 13:18:41 -05:00
parent 237259d509
commit 7a69996c55

View File

@ -23,7 +23,7 @@ class database {
}
}
class database.test {
class database.benchmark {
function arrayTest1.setup() {
::database.test.arrayTest1.array = [];
for ($i=0;$i<=500;$i++) {