Skip to content

Commit

Permalink
�fMerge branch 'professional' of https://github.com/flaxandteal/pytho…
Browse files Browse the repository at this point in the history
…n-course into professional
  • Loading branch information
philtweir committed Jun 10, 2020
2 parents c009dc1 + 8cb064f commit ad5a5e8
Show file tree
Hide file tree
Showing 28 changed files with 1,657 additions and 32 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ bokeh-notebooks
__pycache__
.cache
.mypy_cache
.venv
.vscode
6 changes: 6 additions & 0 deletions 006-latency-continued/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.npy
old
__pycache__
*.egg-info
.venv
.vscode
3 changes: 3 additions & 0 deletions 006-latency-continued/.pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[BASIC]
good-names=logger

3 changes: 3 additions & 0 deletions 006-latency-continued/.pylintrc3
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[BASIC]
good-names=logger

5 changes: 5 additions & 0 deletions 006-latency-continued/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Latency Tester
==============

This tool checks latency across a network, spread across parallel executions
and averaged over repeated attempts, returning an average round trip time.
Loading

0 comments on commit ad5a5e8

Please sign in to comment.