Skip to content

Commit

Permalink
Add NoiseTV to benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
a5kin committed Mar 13, 2019
1 parent b3e217e commit c096e68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@
from examples.shifting_sands import (
ShiftingSands, ShiftingSandsExperiment
)
from examples.noisetv import (
NoiseTV, NoiseTVExperiment,
)
from xentica.utils.formatters import sizeof_fmt


MODELS = [
("Conway's Life", GameOfLife, GOLExperiment),
("Shifting Sands", ShiftingSands, ShiftingSandsExperiment),
("Noise TV", NoiseTV, NoiseTVExperiment),
]
NUM_STEPS = 10000
NUM_STEPS = 100000


if __name__ == "__main__":
Expand Down

0 comments on commit c096e68

Please sign in to comment.