summaryrefslogtreecommitdiff
path: root/scripts/profiling/storage/benchmark_storage_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/profiling/storage/benchmark_storage_utils.py')
-rw-r--r--scripts/profiling/storage/benchmark_storage_utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/profiling/storage/benchmark_storage_utils.py b/scripts/profiling/storage/benchmark_storage_utils.py
new file mode 100644
index 00000000..fa8bb658
--- /dev/null
+++ b/scripts/profiling/storage/benchmark_storage_utils.py
@@ -0,0 +1,4 @@
+from client_side_db import get_soledad_instance
+
+def benchmark_fun(sol, content):
+ sol.create_doc(content)