|
@@ -93,7 +93,9 @@ class Simulator:
|
|
# Throw away all the performance statistics to this point
|
|
# Throw away all the performance statistics to this point
|
|
for d in self.dirauths: d.perfstats.reset()
|
|
for d in self.dirauths: d.perfstats.reset()
|
|
for r in self.relays: r.perfstats.reset()
|
|
for r in self.relays: r.perfstats.reset()
|
|
- for c in self.clients: c.perfstats.reset()
|
|
|
|
|
|
+ # The clients' stats are already at 0, but they have the
|
|
|
|
+ # "bootstrapping" flag set, which we want to keep, so we
|
|
|
|
+ # won't reset them.
|
|
|
|
|
|
# Tick the epoch to bootstrap the clients
|
|
# Tick the epoch to bootstrap the clients
|
|
network.thenetwork.nextepoch()
|
|
network.thenetwork.nextepoch()
|