Skip to content

Commit b5a4ddf

Browse files
committed
Fix overhead metric
1 parent 65711d6 commit b5a4ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/overhead.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"BACKEND": "django.template.backends.django.DjangoTemplates",
1515
"DIRS": [
16-
"./examples/django_example/django_example/templates",
16+
"./examples/demo_scripts/django_example/django_example/templates",
1717
],
1818
}
1919
],

0 commit comments

Comments
 (0)