We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b052f commit b53ba09Copy full SHA for b53ba09
1 file changed
ci/resource_summary.py
@@ -16,9 +16,7 @@
16
OUTPUT_JSON = f"{OUTPUT_DIR}/resource_summary.json"
17
18
19
-# ============================================================
20
# Helpers
21
22
23
def gb(value):
24
return round(value / (1024 ** 3), 2)
0 commit comments