def runner():
     simulator = Simulator()
     simulator.evolve(dt=0.1)
def benchmark_memory():
    simulator = Simulator(particle_count=100000)
    simulator.evolve(dt=0.0001)