Skip to content

Commit

Permalink
Merge pull request #17 from sshaplygin/sshaplygin-patch-1
Browse files Browse the repository at this point in the history
Update BENCHMARKS.md
  • Loading branch information
sshaplygin committed Jan 7, 2024
2 parents f25ba0e + e5e3836 commit dc1e3e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BENCHMARKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@

## BIK

```
goos: darwin
goarch: arm64
pkg: github.com/sshaplygin/docs-code/bik
BenchmarkValidateCorrect-10 8064954 140.7 ns/op 256 B/op 3 allocs/op
BenchmarkGenerate-10 615589 1972 ns/op 240 B/op 18 allocs/op
PASS
ok github.com/sshaplygin/docs-code/bik 2.635s
```

## INN

```
goos: darwin
goarch: arm64
pkg: github.com/sshaplygin/docs-code/inn
Expand All @@ -22,33 +25,40 @@ BenchmarkGenerateLegal-10 354616 3213 ns/op 801 B/op
BenchmarkGeneratePhysical-10 492985 2419 ns/op 974 B/op 41 allocs/op
PASS
ok github.com/sshaplygin/docs-code/inn 7.215s
```

## KPP

```
goos: darwin
goarch: arm64
pkg: github.com/sshaplygin/docs-code/kpp
BenchmarkValidateCorrect-10 5280958 218.9 ns/op 216 B/op 8 allocs/op
BenchmarkGenerate-10 484114 2434 ns/op 385 B/op 22 allocs/op
PASS
ok github.com/sshaplygin/docs-code/kpp 2.810s
```

## OGRN

```
goos: darwin
goarch: arm64
pkg: github.com/sshaplygin/docs-code/ogrn
BenchmarkValidateCorrect-10 2583738 457.3 ns/op 728 B/op 18 allocs/op
BenchmarkGenerate-10 294908 3938 ns/op 841 B/op 45 allocs/op
PASS
ok github.com/sshaplygin/docs-code/ogrn 3.074s
```

## OGRNIP

```
goos: darwin
goarch: arm64
pkg: github.com/sshaplygin/docs-code/ogrnip
BenchmarkValidateCorrect-10 1991065 580.4 ns/op 1008 B/op 24 allocs/op
BenchmarkGenerate-10 403179 3100 ns/op 1010 B/op 46 allocs/op
PASS
ok github.com/sshaplygin/docs-code/ogrnip 3.411s
```

0 comments on commit dc1e3e7

Please sign in to comment.