Skip to content

Commit

Permalink
readme image
Browse files Browse the repository at this point in the history
  • Loading branch information
dylhunn committed May 9, 2017
1 parent a4ec7a1 commit ccc66f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added benchmarks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,23 @@ Alternatively, you can clone it yourself:

git clone https://github.com/dylhunn/dragontoothmg.git

Testing and benchmarking
========================

To run all tests, `cd` into the directory and use:

go test -v

The `-v` shows verbose progress output, since some of the Perft tests can take some time. To run benchmarks:
The `-v` shows verbose progress output, since some of the Perft tests can take some time.

To run benchmarks:

go run bench/runbench.go

Current benchmark results are around 60 million NPS on a modern Intel i5. This will vary on your machine.

![Sample Benchmark Results](/benchmarks.png?raw=true "Sample Benchmark Results")

Documentation and examples
==========================

Expand Down

0 comments on commit ccc66f4

Please sign in to comment.