Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 9156c4c

Browse files
committed
Add editorconfig
1 parent 86d7107 commit 9156c4c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 4

cr8/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from cr8 import aio
77
from cr8.metrics import Stats, get_sampler
8-
from cr8.clients import client, HttpClient
8+
from cr8.clients import client
99

1010
TimedStats = namedtuple('TimedStats', ['started', 'ended', 'stats'])
1111

specs/count_countries.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
]
1616
},
1717
"session_settings": {
18-
"application_name": "my_app",
19-
"timezone": "UTC"
18+
"application_name": "my_app",
19+
"timezone": "UTC"
2020
},
2121
"queries": [{
2222
"iterations": 1000,

0 commit comments

Comments
 (0)