updated results
This commit is contained in:
parent
a4fd7dc7bb
commit
59decc0611
|
@ -1,40 +1,38 @@
|
||||||
|
|
||||||
== Running benchmark ==
|
== Running benchmark ==
|
||||||
|
/usr/local/go/bin/go
|
||||||
? github.com/gtsteffaniak/filebrowser [no test files]
|
? github.com/gtsteffaniak/filebrowser [no test files]
|
||||||
? github.com/gtsteffaniak/filebrowser/auth [no test files]
|
? github.com/gtsteffaniak/filebrowser/auth [no test files]
|
||||||
? github.com/gtsteffaniak/filebrowser/cmd [no test files]
|
? github.com/gtsteffaniak/filebrowser/cmd [no test files]
|
||||||
PASS
|
PASS
|
||||||
ok github.com/gtsteffaniak/filebrowser/diskcache 0.588s
|
ok github.com/gtsteffaniak/filebrowser/diskcache 0.004s
|
||||||
? github.com/gtsteffaniak/filebrowser/errors [no test files]
|
? github.com/gtsteffaniak/filebrowser/errors [no test files]
|
||||||
? github.com/gtsteffaniak/filebrowser/files [no test files]
|
? github.com/gtsteffaniak/filebrowser/files [no test files]
|
||||||
PASS
|
PASS
|
||||||
ok github.com/gtsteffaniak/filebrowser/fileutils 0.212s
|
ok github.com/gtsteffaniak/filebrowser/fileutils 0.003s
|
||||||
2023/08/18 17:10:41 h: 401 <nil>
|
2023/09/02 11:25:34 Error opening YAML file: open filebrowser.yml: no such file or directory
|
||||||
2023/08/18 17:10:41 h: 401 <nil>
|
exit status 1
|
||||||
2023/08/18 17:10:41 h: 401 <nil>
|
FAIL github.com/gtsteffaniak/filebrowser/http 0.002s
|
||||||
2023/08/18 17:10:41 h: 401 <nil>
|
|
||||||
2023/08/18 17:10:41 h: 401 <nil>
|
|
||||||
2023/08/18 17:10:41 h: 401 <nil>
|
|
||||||
PASS
|
PASS
|
||||||
ok github.com/gtsteffaniak/filebrowser/http 0.753s
|
ok github.com/gtsteffaniak/filebrowser/img 0.121s
|
||||||
PASS
|
PASS
|
||||||
ok github.com/gtsteffaniak/filebrowser/img 0.362s
|
ok github.com/gtsteffaniak/filebrowser/rules 0.002s
|
||||||
PASS
|
2023/09/02 11:25:34 Error opening YAML file: open filebrowser.yml: no such file or directory
|
||||||
ok github.com/gtsteffaniak/filebrowser/rules 0.182s
|
exit status 1
|
||||||
PASS
|
FAIL github.com/gtsteffaniak/filebrowser/runner 0.002s
|
||||||
ok github.com/gtsteffaniak/filebrowser/runner 0.198s
|
goos: linux
|
||||||
goos: darwin
|
goarch: amd64
|
||||||
goarch: arm64
|
|
||||||
pkg: github.com/gtsteffaniak/filebrowser/search
|
pkg: github.com/gtsteffaniak/filebrowser/search
|
||||||
BenchmarkSearchAllIndexes-10 10 5802738 ns/op 2756774 B/op 42606 allocs/op
|
cpu: 11th Gen Intel(R) Core(TM) i5-11320H @ 3.20GHz
|
||||||
BenchmarkFillIndex-10 10 4769329 ns/op 18512 B/op 453 allocs/op
|
BenchmarkSearchAllIndexes-8 10 5943468 ns/op 2980324 B/op 45985 allocs/op
|
||||||
|
BenchmarkFillIndex-8 10 3353868 ns/op 18476 B/op 451 allocs/op
|
||||||
PASS
|
PASS
|
||||||
ok github.com/gtsteffaniak/filebrowser/search 0.356s
|
ok github.com/gtsteffaniak/filebrowser/search 0.119s
|
||||||
? github.com/gtsteffaniak/filebrowser/settings [no test files]
|
? github.com/gtsteffaniak/filebrowser/settings [no test files]
|
||||||
? github.com/gtsteffaniak/filebrowser/share [no test files]
|
? github.com/gtsteffaniak/filebrowser/share [no test files]
|
||||||
? github.com/gtsteffaniak/filebrowser/storage [no test files]
|
? github.com/gtsteffaniak/filebrowser/storage [no test files]
|
||||||
? github.com/gtsteffaniak/filebrowser/storage/bolt [no test files]
|
? github.com/gtsteffaniak/filebrowser/storage/bolt [no test files]
|
||||||
? github.com/gtsteffaniak/filebrowser/storage/bolt/importer [no test files]
|
|
||||||
PASS
|
PASS
|
||||||
ok github.com/gtsteffaniak/filebrowser/users 0.201s
|
ok github.com/gtsteffaniak/filebrowser/users 0.003s
|
||||||
? github.com/gtsteffaniak/filebrowser/version [no test files]
|
? github.com/gtsteffaniak/filebrowser/version [no test files]
|
||||||
|
FAIL
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
## TEST file used by docker testing containers
|
## TEST file used by docker testing containers
|
||||||
touch render.yml
|
|
||||||
checkExit() {
|
checkExit() {
|
||||||
if [ "$?" -ne 0 ];then
|
if [ "$?" -ne 0 ];then
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue