No description
Find a file
2024-07-24 12:48:41 +09:00
docs update: docs, add ja doc 2024-07-24 12:48:41 +09:00
src new: get run information from skew log file name 2024-07-24 12:45:30 +09:00
tests add: test case (20.log) 2024-07-23 22:51:48 +09:00
.gitignore New: Parsing till position/id assignment 2024-07-12 01:08:29 +09:00
Cargo.lock new: get skew from file (no printing) 2024-07-22 11:27:09 +09:00
Cargo.toml new: get skew from file (no printing) 2024-07-22 11:27:09 +09:00
CHANGELOG.md add: check-db command & add-skew command protoptype 2024-07-21 21:24:35 +09:00
README.md update: docs, add ja doc 2024-07-24 12:48:41 +09:00

psb_qaqc

WIP

For Japanese: ./docs/README-ja.md

For developers

Use rustup to set up developing tools.

build / run

cargo build
cargo run -- -h

Build for JATHub using cross:

CROSS_CONTAINER_ENGINE=podman cross build --release --target armv7-unknown-linux-musleabihf

CROSS_CONTAINER_ENGINE=podman is optional(default docker).

test

cargo test

doc

cargo doc --open

TODO

  • add more unittests
  • test for various cases
  • split into mods(maybe as lib crates)
  • add csv check/validate subcommand
  • skew measurement?
  • skew measurement test

check TODOs in comments.