Skip to content

Commit ed001e2

Browse files
chores: add a benchmark for memory allocation when load ontologies.
1 parent b680326 commit ed001e2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

benchmark/benchmark_memory.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
#!/usr/bin/env python3
2-
"""Benchmark memory required to load CHEBI with memray, per backend.
3-
4-
This script has two modes:
5-
1) Driver mode (default): orchestrates memray runs, generates HTML reports,
6-
parses peak memory, and prints/saves a summary.
7-
2) Worker mode (--worker): performs only `ClientOntology.load(...)`.
8-
"""
9-
101
from __future__ import annotations
112

123
import argparse

0 commit comments

Comments
 (0)