1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00
bats/libexec
Mike Bland cdc55ad7ea
bats: Refactor resolve_link, abs_dirname
Under Bash 3.2.57(1)-release and 4.4.12(1)-release on a MacBook Pro with
a 2.9GHz Intel Core i5 CPU and 8GB 1867MHz DDR3 RAM, this shaves off
O(0.4s) from the current test suite.

Before the change:

  46 tests, 0 failures

  real    0m4.392s
  user    0m2.489s
  sys     0m1.467s

After the change:

  real    0m3.980s
  user    0m2.312s
  sys     0m1.233s
2017-09-30 15:12:38 -04:00
..
bats bats: Refactor resolve_link, abs_dirname 2017-09-30 15:12:38 -04:00
bats-exec-suite
bats-exec-test
bats-format-tap-stream
bats-preprocess preprocess: Eliminate eval in subshell 2017-09-30 15:12:38 -04:00