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