view src/testdir/bench_re_freeze.in @ 18640:b9240fe40dd4 v8.1.2312

patch 8.1.2312: "line:" field in tags file not used Commit: https://github.com/vim/vim/commit/077b9dd3541339a23ade0cc6a23e804ee39312c5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 17 16:18:31 2019 +0100 patch 8.1.2312: "line:" field in tags file not used Problem: "line:" field in tags file not used. Solution: Recognize the field and use the value. (Andy Massimino, Daniel Hahler, closes #5232, closes #2546, closes #1057)
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Nov 2019 16:30:03 +0100
parents adfbffe1e642
children
line wrap: on
line source

Test for Benchmarking RE engine

STARTTEST
:so small.vim
:if !has("reltime") | qa! | endif
:set nocp cpo&vim
:so bench_re_freeze.vim
:call Measure('samples/re.freeze.txt', '\s\+\%#\@<!$', '+5')
:/^" Benchmark/,$w! benchmark.out
:qa!
ENDTEST

" Benchmark_results: