diff --git a/src/Main.cpp b/src/Main.cpp index 3570c24..34b6c2f 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -9,9 +9,9 @@ #include constexpr int WORK_GROUP_SIZE = 64; -constexpr int PARTICLE_COUNT = WORK_GROUP_SIZE * 1000; +constexpr int PARTICLE_COUNT = WORK_GROUP_SIZE * 10000; -constexpr int SWAP_INTERVAL = 60; +constexpr int SWAP_INTERVAL = 1; class Timer { public: