Skip to content
Snippets Groups Projects
Commit c3d305ef authored by Jan Trávníček's avatar Jan Trávníček
Browse files

add example measuring script

parent 0f4a2bc6
No related branches found
No related tags found
1 merge request!138Merge jt
Checking pipeline status
begin
declare auto $a = 10;
start overall measurement frame Overall;
while ( -- $a ) do begin
execute expression stringology::exact::BoyerMooreHorspool ( "aaa", "a" );
end
stop measurement frame;
show measurements as tree;
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment