diff options
| author | Koichi Murase <myoga.murase@gmail.com> | 2024-04-10 21:02:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-10 13:02:47 +0100 |
| commit | 0da8d34425ef83395759db79377025c062a69911 (patch) | |
| tree | 0e75708ca0b3174da232d4301037590e292b4670 /atuin-server-postgres/Cargo.toml | |
| parent | feat(dotfiles): add alias import (#1938) (diff) | |
| download | atuin-0da8d34425ef83395759db79377025c062a69911.zip | |
feat(bash/blesh): use _ble_exec_time_ata for duration even in bash < 5 (#1940)
Bash < 5.0 doesn't support the high-resolution clock EPOCHREALTIME, so
ble.sh uses the builtin command `time` to measure the execution times
in Bash < 5.0. This has a lower resolution of milliseconds but still
more accurate than Atuin's measurent because Atuin's measurement
includes the spawn cost of Atuin, which is typically larger than a
millisecond.
Reported-by: Georgios Vlassis <https://github.com/gvlassis>
Reference: https://github.com/atuinsh/atuin/pull/1484#issuecomment-2047068582
Diffstat (limited to 'atuin-server-postgres/Cargo.toml')
0 files changed, 0 insertions, 0 deletions
