From 9d829cea4d6547f2e57d97f3f342f075d91618ed Mon Sep 17 00:00:00 2001 From: ReguiguiMohamed Date: Sat, 13 Jun 2026 00:48:22 +0100 Subject: [PATCH] Add template cProfile runner --- .gitignore | 3 ++- profiling/README.md | 15 +++++++++++ profiling/profile_template.py | 50 +++++++++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 profiling/README.md create mode 100644 profiling/profile_template.py diff --git a/.gitignore b/.gitignore index f68d972..4461ec6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ __pycache__/ logger/ dataset/ data/ +profiling/results/ #Ignore vscode AI rules .*/ .* -!.env.example \ No newline at end of file +!.env.example diff --git a/profiling/README.md b/profiling/README.md new file mode 100644 index 0000000..3cfdc0b --- /dev/null +++ b/profiling/README.md @@ -0,0 +1,15 @@ +# Template profiling + +Profile a template from the repository root: + +```bash +python profiling/profile_template.py