mirror of
https://github.com/JHUAPL/kvspool.git
synced 2026-01-09 14:48:01 -05:00
7 lines
343 B
Plaintext
7 lines
343 B
Plaintext
These scripts exercise the kvpy module which reads key-value spools within Python.
|
|
|
|
read.py : tries to read one frame from the spool subdirectory
|
|
read_all.py: tries to read all frames from the spool subdirectory
|
|
speed.py : basic read/write speed test
|
|
runtest.sh : invokes another utility to write a frame to the spool then runs read.py
|