Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
menhir
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
11
Issues
11
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
POTTIER Francois
menhir
Commits
f5dae789
Commit
f5dae789
authored
Oct 15, 2015
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed the data field "edges" to "edgefacts".
parent
e273976d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bench/good/Makefile
bench/good/Makefile
+1
-1
No files found.
bench/good/Makefile
View file @
f5dae789
...
@@ -130,7 +130,7 @@ list:
...
@@ -130,7 +130,7 @@ list:
# Remove any leftover output files.
# Remove any leftover output files.
rm
-f
*.log
lr.csv
rm
-f
*.log
lr.csv
# Print the header of lr.csv. (This should be kept in sync with LRijkstra.ml.)
# Print the header of lr.csv. (This should be kept in sync with LRijkstra.ml.)
echo
"grammar,terminals,nonterminals,size,states,trie,facts,edges,time,heap"
>
lr.csv
echo
"grammar,terminals,nonterminals,size,states,trie,facts,edge
fact
s,time,heap"
>
lr.csv
# Try every grammar. (Only the single-file grammars, that is.)
# Try every grammar. (Only the single-file grammars, that is.)
# This can proceed in parallel, for a reasonable number of processes.
# This can proceed in parallel, for a reasonable number of processes.
# Each process appends one line of data to lr.csv when it finishes.
# Each process appends one line of data to lr.csv when it finishes.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment