Permalink
Please sign in to comment.
Browse files
Package up the OSH parser benchmarks and run them on another machine.
- Import shell files into repo and make a new manifest - start the concept of code/data/env ID for benchmarks Also: - focus on profiling the abuild parse in benchmarks/pytrace.sh
- Loading branch information...
Showing
with
50,374 additions
and 46 deletions.
- +1 −0 .gitignore
- +10 −11 benchmarks/osh-parser-files.txt
- +11 −0 benchmarks/osh-parser-originals.txt
- +136 −28 benchmarks/osh-parser.sh
- +13 −7 benchmarks/pytrace.sh
- +2,698 −0 benchmarks/testdata/Build.sh
- +2,512 −0 benchmarks/testdata/abuild
- +1,116 −0 benchmarks/testdata/build.sh
- +20,489 −0 benchmarks/testdata/configure
- +2,029 −0 benchmarks/testdata/configure-helper.sh
- +1,733 −0 benchmarks/testdata/functions
- +9,661 −0 benchmarks/testdata/ltmain.sh
- +1,679 −0 benchmarks/testdata/t4014-format-patch.sh
- +3,123 −0 benchmarks/testdata/t9300-fast-import.sh
- +5,160 −0 benchmarks/testdata/test-cmd-util.sh
- +3 −0 osh/cmd_parse.py
| @@ -1,11 +1,10 @@ | ||
| # These files were selected to be big with test/wild.sh count-lines | ||
| /home/andy/git/alpine/abuild/abuild | ||
| /home/andy/git/other/staticpython/build.sh | ||
| /home/andy/git/other/git/t/t9300-fast-import.sh | ||
| /home/andy/git/other/kubernetes/hack/make-rules/test-cmd-util.sh | ||
| /home/andy/git/other/kubernetes/cluster/gce/gci/configure-helper.sh | ||
| /home/andy/src/mksh/Build.sh | ||
| /home/andy/git/basis-build/_tmp/debootstrap/functions | ||
| /home/andy/git/other/git/t/t4014-format-patch.sh | ||
| /home/andy/git/other/kythe/third_party/proto/configure | ||
| /home/andy/git/other/kythe/third_party/proto/ltmain.sh | ||
| benchmarks/testdata/abuild | ||
| benchmarks/testdata/ltmain.sh | ||
| benchmarks/testdata/build.sh | ||
| benchmarks/testdata/functions | ||
| benchmarks/testdata/configure-helper.sh | ||
| benchmarks/testdata/t9300-fast-import.sh | ||
| benchmarks/testdata/t4014-format-patch.sh | ||
| benchmarks/testdata/configure | ||
| benchmarks/testdata/Build.sh | ||
| benchmarks/testdata/test-cmd-util.sh |
| @@ -0,0 +1,11 @@ | ||
| # These files were selected to be big with test/wild.sh count-lines | ||
| /home/andy/git/alpine/abuild/abuild | ||
| /home/andy/git/other/staticpython/build.sh | ||
| /home/andy/git/other/git/t/t9300-fast-import.sh | ||
| /home/andy/git/other/kubernetes/hack/make-rules/test-cmd-util.sh | ||
| /home/andy/git/other/kubernetes/cluster/gce/gci/configure-helper.sh | ||
| /home/andy/src/mksh/Build.sh | ||
| /home/andy/git/basis-build/_tmp/debootstrap/functions | ||
| /home/andy/git/other/git/t/t4014-format-patch.sh | ||
| /home/andy/git/other/kythe/third_party/proto/configure | ||
| /home/andy/git/other/kythe/third_party/proto/ltmain.sh |
Oops, something went wrong.
0 comments on commit
6f83e3a