https://github.com/berquerant/training-wc
https://github.com/berquerant/training-wc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/berquerant/training-wc
- Owner: berquerant
- Created: 2022-11-26T14:56:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T02:21:53.000Z (over 3 years ago)
- Last Synced: 2025-02-06T16:58:47.521Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# training-wc
## Initialize
$ pipenv install
$ pipenv shell
## Run
e.g.
$ make
$ bin/testing.sh run -c `bin/select.sh go` < SOME_FILE
## Testing
$ bin/e2e_all.sh
See [e2e_all.sh](bin/e2e_all.sh)
## Benchmark
e.g.
$ bin/testing.sh bench -c `./bin/select.sh go` -i 100 -l 100 -n 100 | jq -r .mean
See [testing](testing/run.py).
## Requirements
- macOS 13
- pipenv
- [clojure](clojure-wc/README.md)
- [golang](go-wc/README.md)
- [rust](rust-wc/README.md)
- [python](py-wc/README.md)
- [zig](zig-wc/README.md)
- [c](c-wc/README.md)