mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-08 22:55:07 +02:00
Improve history import performance so that we can import 100k entries in ~6 seconds (down from ~20 seconds)
This commit is contained in:
@ -48,7 +48,7 @@ func getInitialWd() string {
|
||||
return dir
|
||||
}
|
||||
|
||||
func ResetLocalState(t *testing.T) {
|
||||
func ResetLocalState(t testing.TB) {
|
||||
homedir, err := os.UserHomeDir()
|
||||
require.NoError(t, err)
|
||||
persistLog()
|
||||
|
Reference in New Issue
Block a user