mirror of
https://github.com/containers/skopeo.git
synced 2025-09-10 11:09:47 +00:00
vendor: update containers/storage and containers/image
some tests I've done to try out the difference in performance: I am using a directory repository so to not depend on the network. User time (seconds): 39.40 System time (seconds): 6.83 Percent of CPU this job got: 121% Elapsed (wall clock) time (h:mm:ss or m:ss): 0:38.07 User time (seconds): 8.32 System time (seconds): 1.62 Percent of CPU this job got: 128% Elapsed (wall clock) time (h:mm:ss or m:ss): 0:07.72 User time (seconds): 42.68 System time (seconds): 6.64 Percent of CPU this job got: 162% Elapsed (wall clock) time (h:mm:ss or m:ss): 0:30.44 User time (seconds): 8.94 System time (seconds): 1.51 Percent of CPU this job got: 178% Elapsed (wall clock) time (h:mm:ss or m:ss): 0:05.85 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
8
vendor/golang.org/x/sys/unix/syscall_unix.go
generated
vendored
8
vendor/golang.org/x/sys/unix/syscall_unix.go
generated
vendored
@@ -8,7 +8,6 @@ package unix
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"runtime"
|
||||
"sort"
|
||||
"sync"
|
||||
"syscall"
|
||||
@@ -21,13 +20,6 @@ var (
|
||||
Stderr = 2
|
||||
)
|
||||
|
||||
const (
|
||||
darwin64Bit = runtime.GOOS == "darwin" && SizeofPtr == 8
|
||||
dragonfly64Bit = runtime.GOOS == "dragonfly" && SizeofPtr == 8
|
||||
netbsd32Bit = runtime.GOOS == "netbsd" && SizeofPtr == 4
|
||||
solaris64Bit = runtime.GOOS == "solaris" && SizeofPtr == 8
|
||||
)
|
||||
|
||||
// Do the interface allocations only once for common
|
||||
// Errno values.
|
||||
var (
|
||||
|
Reference in New Issue
Block a user