Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Commits
83b7ac88
Commit
83b7ac88
authored
7 years ago
by
roadscape
Browse files
Options
Downloads
Patches
Plain Diff
move tools to bin
parent
6a4df447
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
bin/grep
+0
-0
0 additions, 0 deletions
bin/grep
bin/lint
+0
-0
0 additions, 0 deletions
bin/lint
bin/profile
+2
-0
2 additions, 0 deletions
bin/profile
with
4 additions
and
0 deletions
.gitignore
+
2
−
0
View file @
83b7ac88
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
checkpoints/*.json.lst
checkpoints/*.json.lst
hive.conf
hive.conf
docs/hive
docs/hive
grep
lint
# OSX
# OSX
.DS_Store
.DS_Store
...
...
This diff is collapsed.
Click to expand it.
grep
→
bin/
grep
+
0
−
0
View file @
83b7ac88
File moved
This diff is collapsed.
Click to expand it.
lint
→
bin/
lint
+
0
−
0
View file @
83b7ac88
File moved
This diff is collapsed.
Click to expand it.
bin/profile
0 → 100755
+
2
−
0
View file @
83b7ac88
python3 -m cProfile -s cumtime hive/cli.py > profile.out
less profile.out
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