1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-02 20:46:57 +00:00
restic/internal/archiver
Michael Eischer ee7c28f5e6 backup: reduce calls to time.Now
Archiver.Save queries the current time multiple times. This commit
removes one of these calls as they showed up while profiling a backup of
a nearly unchanged dataset containing 3 million files.
2022-10-21 20:55:01 +02:00
..
archiver.go backup: reduce calls to time.Now 2022-10-21 20:55:01 +02:00
archiver_test.go restic: Change FindSnapshot functions to return the snapshot 2022-10-15 13:34:04 +02:00
archiver_unix_test.go
archiver_windows_test.go
blob_saver.go
blob_saver_test.go
buffer.go
doc.go
file_saver.go backup: Remove unused filename parameter from CompleteBlob callback 2022-10-15 15:21:17 +02:00
file_saver_test.go
scanner.go
scanner_test.go
testing.go restic: Change FindSnapshot functions to return the snapshot 2022-10-15 13:34:04 +02:00
testing_test.go
tree.go
tree_saver.go
tree_saver_test.go
tree_test.go