///|
pub fn run_benchmark() -> String {
let provider = empty_provider()
.with_bool("test_bool", true)
.with_string("test_string", "hello")
.with_int("test_int", 42)
let ctx = context("user-123")
let iterations = 100000
for _ in 0..