# HG changeset patch # User Link Mauve # Date 1769951347 -3600 # Node ID 75838904791ef193d741a28dfe5ad510335e0263 # Parent 579d6f4dc2cf9797790b9dc2a095fccdf31cf35a mod_benchmark_storage: Use util.time instead of prosody.util.time, for 0.12 compatibility diff -r 579d6f4dc2cf -r 75838904791e mod_benchmark_storage/mod_benchmark_storage.lua --- a/mod_benchmark_storage/mod_benchmark_storage.lua Fri Jan 30 15:04:36 2026 +0100 +++ b/mod_benchmark_storage/mod_benchmark_storage.lua Sun Feb 01 14:09:07 2026 +0100 @@ -3,7 +3,7 @@ -- -- Prime numbers are pretty cool -local gettime = require "prosody.util.time".now; +local gettime = require "util.time".now; local sm = require"core.storagemanager"; local um = require"core.usermanager"; @@ -61,10 +61,10 @@ -- 23 usernames test_users = { - "tritonymph"; "ankylotomy"; "tron"; "barbaric"; "twiddler"; - "spiritful"; "unmollifiably"; "suggestion"; "presubsistence"; - "unneeded"; "taxemic"; "teloteropathic"; "nonbending"; "mev"; - "septifragally"; "clame"; "obsolescent"; "unconceivable"; + "tritonymph"; "ankylotomy"; "tron"; "barbaric"; "twiddler"; + "spiritful"; "unmollifiably"; "suggestion"; "presubsistence"; + "unneeded"; "taxemic"; "teloteropathic"; "nonbending"; "mev"; + "septifragally"; "clame"; "obsolescent"; "unconceivable"; "foolishly"; "conjunctur"; "precirculation"; "bethump"; "vermivorous"; };