Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
4070a19c
Commit
4070a19c
authored
9 years ago
by
Simon Désaulniers
Browse files
Options
Downloads
Patches
Plain Diff
fixing missing import of modules
parent
b6d74365
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
python/tools/benchmark.py
+0
-3
0 additions, 3 deletions
python/tools/benchmark.py
python/tools/dht/tests.py
+4
-0
4 additions, 0 deletions
python/tools/dht/tests.py
with
4 additions
and
3 deletions
python/tools/benchmark.py
+
0
−
3
View file @
4070a19c
...
...
@@ -23,9 +23,6 @@ import signal
import
argparse
import
time
import
numpy
as
np
import
matplotlib.pyplot
as
plt
from
dht.network
import
DhtNetwork
from
dht.network
import
DhtNetworkSubProcess
from
dht.tests
import
PerformanceTest
,
PersistenceTest
...
...
This diff is collapsed.
Click to expand it.
python/tools/dht/tests.py
+
4
−
0
View file @
4070a19c
...
...
@@ -7,6 +7,9 @@ import random
import
string
import
time
import
numpy
as
np
import
matplotlib.pyplot
as
plt
from
opendht
import
*
from
dht.network
import
DhtNetwork
,
DhtNetworkSubProcess
...
...
@@ -33,6 +36,7 @@ def reset_before_test(featureTestMethod):
return
featureTestMethod
(
*
args
,
**
kwargs
)
return
call
class
FeatureTest
(
object
):
done
=
0
lock
=
None
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment