ivy.nvim/scripts
Ade Attwood fef45c2d7e chore: add script for a quick integration test
Summary:
This is just a little script that will run a search and print out the timings
for each of the searches that ivy will preform.

For example running

```
nvim -l ./scripts/integration.lua /path/to/repo test 2> /dev/null
```

will output

```
t       0.074737
te      0.016494
tes     0.018898
test    0.017214
```

Test Plan:
Does not really require testing, this is a little helper script for
development. If it does not work on another machine then we can cross that
bridge when we come to it.

Reviewers: AdeAttwood

Reviewed By: AdeAttwood

Differential Revision: https://ph.baln.co.uk/D2
2024-07-21 12:06:32 +01:00
..
bench chore: add bench script to benchmark two commits 2023-12-01 21:40:54 +00:00
benchmark.lua chore: add benchmark for set_items 2023-10-22 17:23:28 +01:00
busted.lua test: move the suite over to busted 2024-06-16 17:17:16 +01:00
fixtures.bash feat: add benchmarks 2022-08-07 16:41:51 +01:00
integration.lua chore: add script for a quick integration test 2024-07-21 12:06:32 +01:00
test.lua test: improve style of the test output 2022-10-06 07:57:57 +01:00