annotate src/testdir/bench_re_freeze.in @ 14989:85467d180844
v8.1.0506
patch 8.1.0506: modeline test fails when run by root
commit https://github.com/vim/vim/commit/9691f82f862ed18c2e3e48f9d2cd902bb947f803
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 3 19:06:25 2018 +0100
patch 8.1.0506: modeline test fails when run by root
Problem: Modeline test fails when run by root.
Solution: Set 'modeline' for the test. (James McCoy, closes https://github.com/vim/vim/issues/3592)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 03 Nov 2018 19:15:08 +0100 |
parents |
adfbffe1e642 |
children |
|
rev |
line source |
6328
|
1 Test for Benchmarking RE engine
|
|
2
|
|
3 STARTTEST
|
|
4 :so small.vim
|
|
5 :if !has("reltime") | qa! | endif
|
|
6 :set nocp cpo&vim
|
|
7 :so bench_re_freeze.vim
|
|
8 :call Measure('samples/re.freeze.txt', '\s\+\%#\@<!$', '+5')
|
|
9 :/^" Benchmark/,$w! benchmark.out
|
|
10 :qa!
|
|
11 ENDTEST
|
|
12
|
|
13 " Benchmark_results:
|