File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818prepare version : tool_up dist
1919 cargo release {{ version}}
2020
21+ # Load a particular dataset.
22+ load dataset :
23+ RUST_LOG=info cargo run --release -- -c load -d {{ dataset}}
24+
25+ # Dataset loading test suite.
26+ load_all :
27+ RUST_LOG=info cargo run --release -- -c load -d FixedAssets
28+ RUST_LOG=info cargo run --release -- -c load -d GdpByIndustry
29+ # RUST_LOG=info cargo run --release -- -c load -d Mne
30+ RUST_LOG=info cargo run --release -- -c load -d Nipa
31+ RUST_LOG=info cargo run --release -- -c load -d NIUnderlyingDetail
32+ RUST_LOG=info cargo run --release -- -c load -d Iip
33+ RUST_LOG=info cargo run --release -- -c load -d InputOutput
34+ RUST_LOG=info cargo run --release -- -c load -d Ita
35+ RUST_LOG=info cargo run --release -- -c load -d UnderlyingGdpByIndustry
You can’t perform that action at this time.
0 commit comments