Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Algorithms Library Toolkit Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Algorithms Library Toolkit
Algorithms Library Toolkit Core
Commits
c3d305ef
Commit
c3d305ef
authored
4 years ago
by
Jan Trávníček
Browse files
Options
Downloads
Patches
Plain Diff
add example measuring script
parent
0f4a2bc6
No related branches found
No related tags found
1 merge request
!138
Merge jt
Pipeline
#76150
failed
4 years ago
Stage: build
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples2/aql/measurements.aql
+9
-0
9 additions, 0 deletions
examples2/aql/measurements.aql
with
9 additions
and
0 deletions
examples2/aql/measurements.aql
0 → 100644
+
9
−
0
View file @
c3d305ef
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment