annotate src/testdir/bench_re_freeze.in @ 8204:08d251a1c178
v7.4.1395
commit https://github.com/vim/vim/commit/eed284a16977ab81fa6da8c9562990ba498acd8c
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 22 23:13:33 2016 +0100
patch 7.4.1395
Problem: Using DETACH in quotes is not compatible with the Netbeans
interface. (Xavier de Gaye)
Solution: Remove the quotes, only use them for JSON and JS mode.
author |
Christian Brabandt <cb@256bit.org> |
date |
Mon, 22 Feb 2016 23:15:04 +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:
|