summaryrefslogtreecommitdiff
path: root/scripts/profiling/storage/benchmark_storage_utils.py
blob: fa8bb658710e44ae704c6a92fcc9938a6b5f9491 (plain)
1
2
3
4
from client_side_db import get_soledad_instance

def benchmark_fun(sol, content):
    sol.create_doc(content)