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.
- checksums.yaml +4 -4
- data/lib/trackler/version.rb +1 -1
- data/tracks/go/config/exercise_readme.go.tmpl +3 -3
- data/tracks/go/docs/TESTS.md +1 -1
- data/tracks/go/exercises/accumulate/README.md +3 -3
- data/tracks/go/exercises/acronym/README.md +3 -3
- data/tracks/go/exercises/all-your-base/README.md +3 -3
- data/tracks/go/exercises/allergies/README.md +3 -3
- data/tracks/go/exercises/alphametics/README.md +3 -3
- data/tracks/go/exercises/anagram/README.md +3 -3
- data/tracks/go/exercises/armstrong-numbers/README.md +4 -4
- data/tracks/go/exercises/atbash-cipher/README.md +3 -3
- data/tracks/go/exercises/bank-account/README.md +3 -3
- data/tracks/go/exercises/beer-song/README.md +3 -3
- data/tracks/go/exercises/binary-search-tree/README.md +3 -3
- data/tracks/go/exercises/binary-search/README.md +3 -3
- data/tracks/go/exercises/binary/README.md +3 -3
- data/tracks/go/exercises/bob/README.md +3 -3
- data/tracks/go/exercises/book-store/README.md +3 -3
- data/tracks/go/exercises/bowling/README.md +3 -3
- data/tracks/go/exercises/bracket-push/README.md +3 -3
- data/tracks/go/exercises/change/README.md +3 -3
- data/tracks/go/exercises/circular-buffer/README.md +3 -3
- data/tracks/go/exercises/clock/README.md +3 -3
- data/tracks/go/exercises/collatz-conjecture/README.md +3 -3
- data/tracks/go/exercises/connect/README.md +3 -3
- data/tracks/go/exercises/counter/README.md +3 -3
- data/tracks/go/exercises/crypto-square/README.md +30 -27
- data/tracks/go/exercises/custom-set/README.md +3 -3
- data/tracks/go/exercises/diamond/README.md +3 -3
- data/tracks/go/exercises/difference-of-squares/README.md +3 -3
- data/tracks/go/exercises/diffie-hellman/README.md +3 -3
- data/tracks/go/exercises/dominoes/README.md +3 -3
- data/tracks/go/exercises/error-handling/README.md +3 -3
- data/tracks/go/exercises/etl/README.md +3 -3
- data/tracks/go/exercises/flatten-array/README.md +3 -3
- data/tracks/go/exercises/food-chain/README.md +3 -3
- data/tracks/go/exercises/forth/README.md +3 -3
- data/tracks/go/exercises/gigasecond/README.md +3 -3
- data/tracks/go/exercises/grade-school/README.md +3 -3
- data/tracks/go/exercises/grains/README.md +3 -3
- data/tracks/go/exercises/grep/README.md +3 -3
- data/tracks/go/exercises/hamming/README.md +7 -6
- data/tracks/go/exercises/hello-world/README.md +3 -3
- data/tracks/go/exercises/hello-world/hello_test.go +1 -1
- data/tracks/go/exercises/hexadecimal/README.md +3 -3
- data/tracks/go/exercises/house/README.md +3 -3
- data/tracks/go/exercises/isbn-verifier/README.md +3 -3
- data/tracks/go/exercises/isogram/README.md +3 -3
- data/tracks/go/exercises/kindergarten-garden/README.md +3 -3
- data/tracks/go/exercises/largest-series-product/README.md +3 -3
- data/tracks/go/exercises/leap/README.md +3 -3
- data/tracks/go/exercises/ledger/README.md +3 -3
- data/tracks/go/exercises/linked-list/README.md +20 -27
- data/tracks/go/exercises/luhn/README.md +3 -3
- data/tracks/go/exercises/markdown/README.md +3 -3
- data/tracks/go/exercises/matrix/README.md +3 -3
- data/tracks/go/exercises/meetup/README.md +3 -3
- data/tracks/go/exercises/minesweeper/README.md +3 -3
- data/tracks/go/exercises/nth-prime/README.md +3 -3
- data/tracks/go/exercises/nucleotide-count/README.md +3 -3
- data/tracks/go/exercises/ocr-numbers/README.md +3 -3
- data/tracks/go/exercises/octal/README.md +3 -3
- data/tracks/go/exercises/paasio/README.md +3 -3
- data/tracks/go/exercises/palindrome-products/README.md +3 -3
- data/tracks/go/exercises/pangram/README.md +3 -3
- data/tracks/go/exercises/parallel-letter-frequency/README.md +3 -3
- data/tracks/go/exercises/pascals-triangle/README.md +3 -3
- data/tracks/go/exercises/perfect-numbers/README.md +3 -3
- data/tracks/go/exercises/phone-number/README.md +3 -3
- data/tracks/go/exercises/pig-latin/README.md +3 -3
- data/tracks/go/exercises/poker/README.md +3 -3
- data/tracks/go/exercises/pov/README.md +3 -3
- data/tracks/go/exercises/prime-factors/README.md +3 -3
- data/tracks/go/exercises/protein-translation/README.md +3 -3
- data/tracks/go/exercises/proverb/README.md +3 -3
- data/tracks/go/exercises/pythagorean-triplet/README.md +3 -3
- data/tracks/go/exercises/queen-attack/README.md +3 -3
- data/tracks/go/exercises/rail-fence-cipher/README.md +3 -3
- data/tracks/go/exercises/raindrops/README.md +3 -3
- data/tracks/go/exercises/react/README.md +3 -3
- data/tracks/go/exercises/rectangles/README.md +3 -3
- data/tracks/go/exercises/reverse-string/README.md +3 -3
- data/tracks/go/exercises/rna-transcription/README.md +3 -3
- data/tracks/go/exercises/robot-name/README.md +3 -3
- data/tracks/go/exercises/robot-simulator/README.md +3 -3
- data/tracks/go/exercises/roman-numerals/README.md +3 -3
- data/tracks/go/exercises/rotational-cipher/README.md +3 -3
- data/tracks/go/exercises/run-length-encoding/README.md +3 -3
- data/tracks/go/exercises/saddle-points/README.md +3 -3
- data/tracks/go/exercises/say/README.md +4 -4
- data/tracks/go/exercises/scale-generator/README.md +12 -19
- data/tracks/go/exercises/scrabble-score/README.md +3 -3
- data/tracks/go/exercises/secret-handshake/README.md +3 -3
- data/tracks/go/exercises/series/README.md +9 -9
- data/tracks/go/exercises/sieve/README.md +8 -6
- data/tracks/go/exercises/simple-cipher/README.md +3 -3
- data/tracks/go/exercises/simple-linked-list/README.md +3 -3
- data/tracks/go/exercises/space-age/README.md +3 -3
- data/tracks/go/exercises/spiral-matrix/README.md +3 -3
- data/tracks/go/exercises/strain/README.md +3 -3
- data/tracks/go/exercises/sublist/README.md +3 -3
- data/tracks/go/exercises/sum-of-multiples/README.md +3 -3
- data/tracks/go/exercises/tournament/README.md +3 -3
- data/tracks/go/exercises/transpose/README.md +3 -3
- data/tracks/go/exercises/tree-building/README.md +3 -3
- data/tracks/go/exercises/triangle/README.md +3 -3
- data/tracks/go/exercises/triangle/triangle.go +2 -2
- data/tracks/go/exercises/trinary/README.md +3 -3
- data/tracks/go/exercises/twelve-days/README.md +3 -3
- data/tracks/go/exercises/two-bucket/README.md +3 -3
- data/tracks/go/exercises/two-fer/README.md +3 -3
- data/tracks/go/exercises/variable-length-quantity/README.md +3 -3
- data/tracks/go/exercises/word-count/README.md +3 -3
- data/tracks/go/exercises/word-search/README.md +3 -3
- data/tracks/go/exercises/wordy/README.md +3 -3
- data/tracks/go/exercises/yacht/README.md +9 -10
- data/tracks/go/exercises/zebra-puzzle/README.md +3 -3
- 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
|
72
|
-
|
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
|
22
|
-
|
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
|
48
|
-
|
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
|
34
|
-
|
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
|
34
|
-
|
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
|
16
|
-
|
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
|
42
|
-
|
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
|
86
|
-
|
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
|
54
|
-
|
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
|
21
|
-
|
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
|
40
|
-
|
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
|
16
|
-
|
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
|
50
|
-
|
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
|
22
|
-
|
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
|
46
|
-
|
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
|
43
|
-
|
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
|
25
|
-
|
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
|
22
|
-
|
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
|
45
|
-
|
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
|
37
|
-
|
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
|
49
|
-
|
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
|
24
|
-
|
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
|
25
|
-
|
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
|
34
|
-
|
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
|
66
|
-
|
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
|
37
|
-
|
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
|
23
|
-
|
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
|
71
|
-
|
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
|
14
|
-
|
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
|
26
|
-
|
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
|
38
|
-
|
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.
|