trackler 2.2.1.177 → 2.2.1.178

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trackler/version.rb +1 -1
  3. data/tracks/go/config/exercise_readme.go.tmpl +3 -3
  4. data/tracks/go/docs/TESTS.md +1 -1
  5. data/tracks/go/exercises/accumulate/README.md +3 -3
  6. data/tracks/go/exercises/acronym/README.md +3 -3
  7. data/tracks/go/exercises/all-your-base/README.md +3 -3
  8. data/tracks/go/exercises/allergies/README.md +3 -3
  9. data/tracks/go/exercises/alphametics/README.md +3 -3
  10. data/tracks/go/exercises/anagram/README.md +3 -3
  11. data/tracks/go/exercises/armstrong-numbers/README.md +4 -4
  12. data/tracks/go/exercises/atbash-cipher/README.md +3 -3
  13. data/tracks/go/exercises/bank-account/README.md +3 -3
  14. data/tracks/go/exercises/beer-song/README.md +3 -3
  15. data/tracks/go/exercises/binary-search-tree/README.md +3 -3
  16. data/tracks/go/exercises/binary-search/README.md +3 -3
  17. data/tracks/go/exercises/binary/README.md +3 -3
  18. data/tracks/go/exercises/bob/README.md +3 -3
  19. data/tracks/go/exercises/book-store/README.md +3 -3
  20. data/tracks/go/exercises/bowling/README.md +3 -3
  21. data/tracks/go/exercises/bracket-push/README.md +3 -3
  22. data/tracks/go/exercises/change/README.md +3 -3
  23. data/tracks/go/exercises/circular-buffer/README.md +3 -3
  24. data/tracks/go/exercises/clock/README.md +3 -3
  25. data/tracks/go/exercises/collatz-conjecture/README.md +3 -3
  26. data/tracks/go/exercises/connect/README.md +3 -3
  27. data/tracks/go/exercises/counter/README.md +3 -3
  28. data/tracks/go/exercises/crypto-square/README.md +30 -27
  29. data/tracks/go/exercises/custom-set/README.md +3 -3
  30. data/tracks/go/exercises/diamond/README.md +3 -3
  31. data/tracks/go/exercises/difference-of-squares/README.md +3 -3
  32. data/tracks/go/exercises/diffie-hellman/README.md +3 -3
  33. data/tracks/go/exercises/dominoes/README.md +3 -3
  34. data/tracks/go/exercises/error-handling/README.md +3 -3
  35. data/tracks/go/exercises/etl/README.md +3 -3
  36. data/tracks/go/exercises/flatten-array/README.md +3 -3
  37. data/tracks/go/exercises/food-chain/README.md +3 -3
  38. data/tracks/go/exercises/forth/README.md +3 -3
  39. data/tracks/go/exercises/gigasecond/README.md +3 -3
  40. data/tracks/go/exercises/grade-school/README.md +3 -3
  41. data/tracks/go/exercises/grains/README.md +3 -3
  42. data/tracks/go/exercises/grep/README.md +3 -3
  43. data/tracks/go/exercises/hamming/README.md +7 -6
  44. data/tracks/go/exercises/hello-world/README.md +3 -3
  45. data/tracks/go/exercises/hello-world/hello_test.go +1 -1
  46. data/tracks/go/exercises/hexadecimal/README.md +3 -3
  47. data/tracks/go/exercises/house/README.md +3 -3
  48. data/tracks/go/exercises/isbn-verifier/README.md +3 -3
  49. data/tracks/go/exercises/isogram/README.md +3 -3
  50. data/tracks/go/exercises/kindergarten-garden/README.md +3 -3
  51. data/tracks/go/exercises/largest-series-product/README.md +3 -3
  52. data/tracks/go/exercises/leap/README.md +3 -3
  53. data/tracks/go/exercises/ledger/README.md +3 -3
  54. data/tracks/go/exercises/linked-list/README.md +20 -27
  55. data/tracks/go/exercises/luhn/README.md +3 -3
  56. data/tracks/go/exercises/markdown/README.md +3 -3
  57. data/tracks/go/exercises/matrix/README.md +3 -3
  58. data/tracks/go/exercises/meetup/README.md +3 -3
  59. data/tracks/go/exercises/minesweeper/README.md +3 -3
  60. data/tracks/go/exercises/nth-prime/README.md +3 -3
  61. data/tracks/go/exercises/nucleotide-count/README.md +3 -3
  62. data/tracks/go/exercises/ocr-numbers/README.md +3 -3
  63. data/tracks/go/exercises/octal/README.md +3 -3
  64. data/tracks/go/exercises/paasio/README.md +3 -3
  65. data/tracks/go/exercises/palindrome-products/README.md +3 -3
  66. data/tracks/go/exercises/pangram/README.md +3 -3
  67. data/tracks/go/exercises/parallel-letter-frequency/README.md +3 -3
  68. data/tracks/go/exercises/pascals-triangle/README.md +3 -3
  69. data/tracks/go/exercises/perfect-numbers/README.md +3 -3
  70. data/tracks/go/exercises/phone-number/README.md +3 -3
  71. data/tracks/go/exercises/pig-latin/README.md +3 -3
  72. data/tracks/go/exercises/poker/README.md +3 -3
  73. data/tracks/go/exercises/pov/README.md +3 -3
  74. data/tracks/go/exercises/prime-factors/README.md +3 -3
  75. data/tracks/go/exercises/protein-translation/README.md +3 -3
  76. data/tracks/go/exercises/proverb/README.md +3 -3
  77. data/tracks/go/exercises/pythagorean-triplet/README.md +3 -3
  78. data/tracks/go/exercises/queen-attack/README.md +3 -3
  79. data/tracks/go/exercises/rail-fence-cipher/README.md +3 -3
  80. data/tracks/go/exercises/raindrops/README.md +3 -3
  81. data/tracks/go/exercises/react/README.md +3 -3
  82. data/tracks/go/exercises/rectangles/README.md +3 -3
  83. data/tracks/go/exercises/reverse-string/README.md +3 -3
  84. data/tracks/go/exercises/rna-transcription/README.md +3 -3
  85. data/tracks/go/exercises/robot-name/README.md +3 -3
  86. data/tracks/go/exercises/robot-simulator/README.md +3 -3
  87. data/tracks/go/exercises/roman-numerals/README.md +3 -3
  88. data/tracks/go/exercises/rotational-cipher/README.md +3 -3
  89. data/tracks/go/exercises/run-length-encoding/README.md +3 -3
  90. data/tracks/go/exercises/saddle-points/README.md +3 -3
  91. data/tracks/go/exercises/say/README.md +4 -4
  92. data/tracks/go/exercises/scale-generator/README.md +12 -19
  93. data/tracks/go/exercises/scrabble-score/README.md +3 -3
  94. data/tracks/go/exercises/secret-handshake/README.md +3 -3
  95. data/tracks/go/exercises/series/README.md +9 -9
  96. data/tracks/go/exercises/sieve/README.md +8 -6
  97. data/tracks/go/exercises/simple-cipher/README.md +3 -3
  98. data/tracks/go/exercises/simple-linked-list/README.md +3 -3
  99. data/tracks/go/exercises/space-age/README.md +3 -3
  100. data/tracks/go/exercises/spiral-matrix/README.md +3 -3
  101. data/tracks/go/exercises/strain/README.md +3 -3
  102. data/tracks/go/exercises/sublist/README.md +3 -3
  103. data/tracks/go/exercises/sum-of-multiples/README.md +3 -3
  104. data/tracks/go/exercises/tournament/README.md +3 -3
  105. data/tracks/go/exercises/transpose/README.md +3 -3
  106. data/tracks/go/exercises/tree-building/README.md +3 -3
  107. data/tracks/go/exercises/triangle/README.md +3 -3
  108. data/tracks/go/exercises/triangle/triangle.go +2 -2
  109. data/tracks/go/exercises/trinary/README.md +3 -3
  110. data/tracks/go/exercises/twelve-days/README.md +3 -3
  111. data/tracks/go/exercises/two-bucket/README.md +3 -3
  112. data/tracks/go/exercises/two-fer/README.md +3 -3
  113. data/tracks/go/exercises/variable-length-quantity/README.md +3 -3
  114. data/tracks/go/exercises/word-count/README.md +3 -3
  115. data/tracks/go/exercises/word-search/README.md +3 -3
  116. data/tracks/go/exercises/wordy/README.md +3 -3
  117. data/tracks/go/exercises/yacht/README.md +9 -10
  118. data/tracks/go/exercises/zebra-puzzle/README.md +3 -3
  119. metadata +2 -2
@@ -68,10 +68,10 @@ Sum the digits
68
68
 
69
69
  To run the tests run the command `go test` from within the exercise directory.
70
70
 
71
- If the test suite contains benchmarks, you can run these with the `-bench`
72
- flag:
71
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
72
+ flags:
73
73
 
74
- go test -bench .
74
+ go test -v --bench . --benchmem
75
75
 
76
76
  Keep in mind that each reviewer will run benchmarks on a different machine, with
77
77
  different specs, so the results from these benchmark tests may vary.
@@ -18,10 +18,10 @@ important thing is to make the code better!
18
18
 
19
19
  To run the tests run the command `go test` from within the exercise directory.
20
20
 
21
- If the test suite contains benchmarks, you can run these with the `-bench`
22
- flag:
21
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
22
+ flags:
23
23
 
24
- go test -bench .
24
+ go test -v --bench . --benchmem
25
25
 
26
26
  Keep in mind that each reviewer will run benchmarks on a different machine, with
27
27
  different specs, so the results from these benchmark tests may vary.
@@ -44,10 +44,10 @@ And its columns:
44
44
 
45
45
  To run the tests run the command `go test` from within the exercise directory.
46
46
 
47
- If the test suite contains benchmarks, you can run these with the `-bench`
48
- flag:
47
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
48
+ flags:
49
49
 
50
- go test -bench .
50
+ go test -v --bench . --benchmem
51
51
 
52
52
  Keep in mind that each reviewer will run benchmarks on a different machine, with
53
53
  different specs, so the results from these benchmark tests may vary.
@@ -30,10 +30,10 @@ descriptor calculate the date of the actual meetup. For example, if given
30
30
 
31
31
  To run the tests run the command `go test` from within the exercise directory.
32
32
 
33
- If the test suite contains benchmarks, you can run these with the `-bench`
34
- flag:
33
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
34
+ flags:
35
35
 
36
- go test -bench .
36
+ go test -v --bench . --benchmem
37
37
 
38
38
  Keep in mind that each reviewer will run benchmarks on a different machine, with
39
39
  different specs, so the results from these benchmark tests may vary.
@@ -30,10 +30,10 @@ into this:
30
30
 
31
31
  To run the tests run the command `go test` from within the exercise directory.
32
32
 
33
- If the test suite contains benchmarks, you can run these with the `-bench`
34
- flag:
33
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
34
+ flags:
35
35
 
36
- go test -bench .
36
+ go test -v --bench . --benchmem
37
37
 
38
38
  Keep in mind that each reviewer will run benchmarks on a different machine, with
39
39
  different specs, so the results from these benchmark tests may vary.
@@ -12,10 +12,10 @@ numbers, pretend they don't exist and implement them yourself.
12
12
 
13
13
  To run the tests run the command `go test` from within the exercise directory.
14
14
 
15
- If the test suite contains benchmarks, you can run these with the `-bench`
16
- flag:
15
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
16
+ flags:
17
17
 
18
- go test -bench .
18
+ go test -v --bench . --benchmem
19
19
 
20
20
  Keep in mind that each reviewer will run benchmarks on a different machine, with
21
21
  different specs, so the results from these benchmark tests may vary.
@@ -38,10 +38,10 @@ You may be wondering about the `cases_test.go` file. We explain it in the
38
38
 
39
39
  To run the tests run the command `go test` from within the exercise directory.
40
40
 
41
- If the test suite contains benchmarks, you can run these with the `-bench`
42
- flag:
41
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
42
+ flags:
43
43
 
44
- go test -bench .
44
+ go test -v --bench . --benchmem
45
45
 
46
46
  Keep in mind that each reviewer will run benchmarks on a different machine, with
47
47
  different specs, so the results from these benchmark tests may vary.
@@ -82,10 +82,10 @@ Is converted to "123,456,789"
82
82
 
83
83
  To run the tests run the command `go test` from within the exercise directory.
84
84
 
85
- If the test suite contains benchmarks, you can run these with the `-bench`
86
- flag:
85
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
86
+ flags:
87
87
 
88
- go test -bench .
88
+ go test -v --bench . --benchmem
89
89
 
90
90
  Keep in mind that each reviewer will run benchmarks on a different machine, with
91
91
  different specs, so the results from these benchmark tests may vary.
@@ -50,10 +50,10 @@ So:
50
50
 
51
51
  To run the tests run the command `go test` from within the exercise directory.
52
52
 
53
- If the test suite contains benchmarks, you can run these with the `-bench`
54
- flag:
53
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
54
+ flags:
55
55
 
56
- go test -bench .
56
+ go test -v --bench . --benchmem
57
57
 
58
58
  Keep in mind that each reviewer will run benchmarks on a different machine, with
59
59
  different specs, so the results from these benchmark tests may vary.
@@ -17,10 +17,10 @@ statistics. The wrapper must report:
17
17
 
18
18
  To run the tests run the command `go test` from within the exercise directory.
19
19
 
20
- If the test suite contains benchmarks, you can run these with the `-bench`
21
- flag:
20
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
21
+ flags:
22
22
 
23
- go test -bench .
23
+ go test -v --bench . --benchmem
24
24
 
25
25
  Keep in mind that each reviewer will run benchmarks on a different machine, with
26
26
  different specs, so the results from these benchmark tests may vary.
@@ -36,10 +36,10 @@ The largest palindrome product is `9009`. Its factors are `(91, 99)`.
36
36
 
37
37
  To run the tests run the command `go test` from within the exercise directory.
38
38
 
39
- If the test suite contains benchmarks, you can run these with the `-bench`
40
- flag:
39
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
40
+ flags:
41
41
 
42
- go test -bench .
42
+ go test -v --bench . --benchmem
43
43
 
44
44
  Keep in mind that each reviewer will run benchmarks on a different machine, with
45
45
  different specs, so the results from these benchmark tests may vary.
@@ -12,10 +12,10 @@ insensitive. Input will not contain non-ASCII symbols.
12
12
 
13
13
  To run the tests run the command `go test` from within the exercise directory.
14
14
 
15
- If the test suite contains benchmarks, you can run these with the `-bench`
16
- flag:
15
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
16
+ flags:
17
17
 
18
- go test -bench .
18
+ go test -v --bench . --benchmem
19
19
 
20
20
  Keep in mind that each reviewer will run benchmarks on a different machine, with
21
21
  different specs, so the results from these benchmark tests may vary.
@@ -46,10 +46,10 @@ For a really deep dive you can try the book [Concurrency in Go](http://shop.orei
46
46
 
47
47
  To run the tests run the command `go test` from within the exercise directory.
48
48
 
49
- If the test suite contains benchmarks, you can run these with the `-bench`
50
- flag:
49
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
50
+ flags:
51
51
 
52
- go test -bench .
52
+ go test -v --bench . --benchmem
53
53
 
54
54
  Keep in mind that each reviewer will run benchmarks on a different machine, with
55
55
  different specs, so the results from these benchmark tests may vary.
@@ -18,10 +18,10 @@ the right and left of the current position in the previous row.
18
18
 
19
19
  To run the tests run the command `go test` from within the exercise directory.
20
20
 
21
- If the test suite contains benchmarks, you can run these with the `-bench`
22
- flag:
21
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
22
+ flags:
23
23
 
24
- go test -bench .
24
+ go test -v --bench . --benchmem
25
25
 
26
26
  Keep in mind that each reviewer will run benchmarks on a different machine, with
27
27
  different specs, so the results from these benchmark tests may vary.
@@ -42,10 +42,10 @@ which is returned when the input is not a positive integer.
42
42
 
43
43
  To run the tests run the command `go test` from within the exercise directory.
44
44
 
45
- If the test suite contains benchmarks, you can run these with the `-bench`
46
- flag:
45
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
46
+ flags:
47
47
 
48
- go test -bench .
48
+ go test -v --bench . --benchmem
49
49
 
50
50
  Keep in mind that each reviewer will run benchmarks on a different machine, with
51
51
  different specs, so the results from these benchmark tests may vary.
@@ -39,10 +39,10 @@ and an AreaCode() function should output
39
39
 
40
40
  To run the tests run the command `go test` from within the exercise directory.
41
41
 
42
- If the test suite contains benchmarks, you can run these with the `-bench`
43
- flag:
42
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
43
+ flags:
44
44
 
45
- go test -bench .
45
+ go test -v --bench . --benchmem
46
46
 
47
47
  Keep in mind that each reviewer will run benchmarks on a different machine, with
48
48
  different specs, so the results from these benchmark tests may vary.
@@ -21,10 +21,10 @@ See <http://en.wikipedia.org/wiki/Pig_latin> for more details.
21
21
 
22
22
  To run the tests run the command `go test` from within the exercise directory.
23
23
 
24
- If the test suite contains benchmarks, you can run these with the `-bench`
25
- flag:
24
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
25
+ flags:
26
26
 
27
- go test -bench .
27
+ go test -v --bench . --benchmem
28
28
 
29
29
  Keep in mind that each reviewer will run benchmarks on a different machine, with
30
30
  different specs, so the results from these benchmark tests may vary.
@@ -18,10 +18,10 @@ format as given to you initially as input.
18
18
 
19
19
  To run the tests run the command `go test` from within the exercise directory.
20
20
 
21
- If the test suite contains benchmarks, you can run these with the `-bench`
22
- flag:
21
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
22
+ flags:
23
23
 
24
- go test -bench .
24
+ go test -v --bench . --benchmem
25
25
 
26
26
  Keep in mind that each reviewer will run benchmarks on a different machine, with
27
27
  different specs, so the results from these benchmark tests may vary.
@@ -41,10 +41,10 @@ of view of one of the nodes.
41
41
 
42
42
  To run the tests run the command `go test` from within the exercise directory.
43
43
 
44
- If the test suite contains benchmarks, you can run these with the `-bench`
45
- flag:
44
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
45
+ flags:
46
46
 
47
- go test -bench .
47
+ go test -v --bench . --benchmem
48
48
 
49
49
  Keep in mind that each reviewer will run benchmarks on a different machine, with
50
50
  different specs, so the results from these benchmark tests may vary.
@@ -33,10 +33,10 @@ You can check this yourself:
33
33
 
34
34
  To run the tests run the command `go test` from within the exercise directory.
35
35
 
36
- If the test suite contains benchmarks, you can run these with the `-bench`
37
- flag:
36
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
37
+ flags:
38
38
 
39
- go test -bench .
39
+ go test -v --bench . --benchmem
40
40
 
41
41
  Keep in mind that each reviewer will run benchmarks on a different machine, with
42
42
  different specs, so the results from these benchmark tests may vary.
@@ -45,10 +45,10 @@ Learn more about [protein translation on Wikipedia](http://en.wikipedia.org/wiki
45
45
 
46
46
  To run the tests run the command `go test` from within the exercise directory.
47
47
 
48
- If the test suite contains benchmarks, you can run these with the `-bench`
49
- flag:
48
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
49
+ flags:
50
50
 
51
- go test -bench .
51
+ go test -v --bench . --benchmem
52
52
 
53
53
  Keep in mind that each reviewer will run benchmarks on a different machine, with
54
54
  different specs, so the results from these benchmark tests may vary.
@@ -20,10 +20,10 @@ Note that the list of inputs may vary; your solution should be able to handle li
20
20
 
21
21
  To run the tests run the command `go test` from within the exercise directory.
22
22
 
23
- If the test suite contains benchmarks, you can run these with the `-bench`
24
- flag:
23
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
24
+ flags:
25
25
 
26
- go test -bench .
26
+ go test -v --bench . --benchmem
27
27
 
28
28
  Keep in mind that each reviewer will run benchmarks on a different machine, with
29
29
  different specs, so the results from these benchmark tests may vary.
@@ -21,10 +21,10 @@ Find the product a * b * c.
21
21
 
22
22
  To run the tests run the command `go test` from within the exercise directory.
23
23
 
24
- If the test suite contains benchmarks, you can run these with the `-bench`
25
- flag:
24
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
25
+ flags:
26
26
 
27
- go test -bench .
27
+ go test -v --bench . --benchmem
28
28
 
29
29
  Keep in mind that each reviewer will run benchmarks on a different machine, with
30
30
  different specs, so the results from these benchmark tests may vary.
@@ -30,10 +30,10 @@ share a diagonal.
30
30
 
31
31
  To run the tests run the command `go test` from within the exercise directory.
32
32
 
33
- If the test suite contains benchmarks, you can run these with the `-bench`
34
- flag:
33
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
34
+ flags:
35
35
 
36
- go test -bench .
36
+ go test -v --bench . --benchmem
37
37
 
38
38
  Keep in mind that each reviewer will run benchmarks on a different machine, with
39
39
  different specs, so the results from these benchmark tests may vary.
@@ -62,10 +62,10 @@ If you now read along the zig-zag shape you can read the original message.
62
62
 
63
63
  To run the tests run the command `go test` from within the exercise directory.
64
64
 
65
- If the test suite contains benchmarks, you can run these with the `-bench`
66
- flag:
65
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
66
+ flags:
67
67
 
68
- go test -bench .
68
+ go test -v --bench . --benchmem
69
69
 
70
70
  Keep in mind that each reviewer will run benchmarks on a different machine, with
71
71
  different specs, so the results from these benchmark tests may vary.
@@ -33,10 +33,10 @@ functions(s) should be that the test will use to verify the solution.
33
33
 
34
34
  To run the tests run the command `go test` from within the exercise directory.
35
35
 
36
- If the test suite contains benchmarks, you can run these with the `-bench`
37
- flag:
36
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
37
+ flags:
38
38
 
39
- go test -bench .
39
+ go test -v --bench . --benchmem
40
40
 
41
41
  Keep in mind that each reviewer will run benchmarks on a different machine, with
42
42
  different specs, so the results from these benchmark tests may vary.
@@ -19,10 +19,10 @@ state has changed from the previous stable state.
19
19
 
20
20
  To run the tests run the command `go test` from within the exercise directory.
21
21
 
22
- If the test suite contains benchmarks, you can run these with the `-bench`
23
- flag:
22
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
23
+ flags:
24
24
 
25
- go test -bench .
25
+ go test -v --bench . --benchmem
26
26
 
27
27
  Keep in mind that each reviewer will run benchmarks on a different machine, with
28
28
  different specs, so the results from these benchmark tests may vary.
@@ -67,10 +67,10 @@ every line equals the length of the first line).
67
67
 
68
68
  To run the tests run the command `go test` from within the exercise directory.
69
69
 
70
- If the test suite contains benchmarks, you can run these with the `-bench`
71
- flag:
70
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
71
+ flags:
72
72
 
73
- go test -bench .
73
+ go test -v --bench . --benchmem
74
74
 
75
75
  Keep in mind that each reviewer will run benchmarks on a different machine, with
76
76
  different specs, so the results from these benchmark tests may vary.
@@ -10,10 +10,10 @@ output: "looc"
10
10
 
11
11
  To run the tests run the command `go test` from within the exercise directory.
12
12
 
13
- If the test suite contains benchmarks, you can run these with the `-bench`
14
- flag:
13
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
14
+ flags:
15
15
 
16
- go test -bench .
16
+ go test -v --bench . --benchmem
17
17
 
18
18
  Keep in mind that each reviewer will run benchmarks on a different machine, with
19
19
  different specs, so the results from these benchmark tests may vary.
@@ -22,10 +22,10 @@ each nucleotide with its complement:
22
22
 
23
23
  To run the tests run the command `go test` from within the exercise directory.
24
24
 
25
- If the test suite contains benchmarks, you can run these with the `-bench`
26
- flag:
25
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
26
+ flags:
27
27
 
28
- go test -bench .
28
+ go test -v --bench . --benchmem
29
29
 
30
30
  Keep in mind that each reviewer will run benchmarks on a different machine, with
31
31
  different specs, so the results from these benchmark tests may vary.
@@ -34,10 +34,10 @@ used before.
34
34
 
35
35
  To run the tests run the command `go test` from within the exercise directory.
36
36
 
37
- If the test suite contains benchmarks, you can run these with the `-bench`
38
- flag:
37
+ If the test suite contains benchmarks, you can run these with the `--bench` and `--benchmem`
38
+ flags:
39
39
 
40
- go test -bench .
40
+ go test -v --bench . --benchmem
41
41
 
42
42
  Keep in mind that each reviewer will run benchmarks on a different machine, with
43
43
  different specs, so the results from these benchmark tests may vary.