chore: make bench_helper executable (#28742)

I need a real entry point that isn't wrapped by bench CLI.
This commit is contained in:
Ankush Menat 2024-12-11 16:22:58 +05:30 committed by GitHub
parent c59933fe70
commit 2295d3108d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
frappe/utils/bench_helper.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/bin/env python3
import importlib
import json
import linecache