summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2018-05-16Moved away from special benchmarking suiteJustin Worthe
Just using normal monte carlo. More iterations -> better.
2018-05-15Rayon for threadingJustin Worthe
2018-05-14Added profiling target with perfJustin Worthe
2018-05-13Added initial benchmarksJustin Worthe
There's a lot of room for improvement here. Specifically, I should separate the internal representation from the test interface. Have it provide functionality for creating random valid states.
2018-05-12Limited bot to run within the 2 second windowJustin Worthe
2018-05-12Brought random crate backJustin Worthe
2018-05-05Initial commit with sample bot and embedded game engineJustin Worthe