Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. cam@cam-crunchbang:~/go/src/bitbucket.org/cpalone/csolve$ go test -test.bench=. -test.benchmem=true
  2. testing: warning: no tests to run
  3. PASS
  4. Benchmark2Gen_depth12 Searching at depth 1
  5. Searching at depth 2
  6. Searching at depth 3
  7. Searching at depth 4
  8. Searching at depth 5
  9. Searching at depth 6
  10. Searching at depth 7
  11. Searching at depth 8
  12. Searching at depth 9
  13. Searching at depth 10
  14. Searching at depth 11
  15. Found solution: [7 3 4 2 4 0 7 0 7 0 4]
  16. Found solution: [6 3 5 2 4 0 7 0 6 0 5]
  17. Searching at depth 12
  18. Found solution: [1 4 2 5 3 6 3 7 0 6 0 5]
  19. 1 6552909625 ns/op 17504 B/op 22 allocs/op
  20. ok bitbucket.org/cpalone/csolve 6.554s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement