Skip to content

Commit 9fd0af9

Browse files
committed
Add comparison with motor
Signed-off-by: wulan17 <wulan17@nusantararom.org>
1 parent e475847 commit 9fd0af9

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ dist/
99
*.log
1010
*.session
1111
*.session-journal
12+
build/
1213
downloads/
14+
eggs/
15+
.eggs/
16+
wheels/
17+
*.egg-info/
18+
.installed.cfg
19+
*.egg
1320

1421
# IDE specific files
1522
.idea/

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## async_pymongo
2-
Asynchronous wrapper for pymongo
2+
Asynchronous wrapper for pymongo
3+
[Comparison](https://github.com/Mayuri-Chan/async_pymongo/blob/staging/comparison.png)
34

45
### Installing
56

comparison.png

360 KB
Loading

0 commit comments

Comments
 (0)