Skip to content

Commit e1d7507

Browse files
committed
tahts why it was running slower via the parser
1 parent 2bf5289 commit e1d7507

File tree

1 file changed

+1
-1
lines changed
  • git-function-history-lib/src

1 file changed

+1
-1
lines changed

git-function-history-lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ mod tests {
556556
let now = Utc::now();
557557
let output = get_function_history(
558558
"empty_test",
559-
FileType::Absolute("src/test_functions.rs".to_string()),
559+
FileType::Relative("src/test_functions.rs".to_string()),
560560
Filter::None,
561561
);
562562
let after = Utc::now() - now;

0 commit comments

Comments
 (0)