Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Could be useful to have a benchmark to measure how many events can be fired per second.
We could think of running one bench with only
DummyEventand another bench withStartRoundandEndRoundin sequence.Keep in mind all events end up in the in-memory timeline and we shouldn't allocate too much for a benchmark.