mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-29 03:38:10 -07:00
global: datasets compression via zstd
This commit is contained in:
@@ -23,8 +23,7 @@ impl Binance {
|
||||
|
||||
let path_binance_har = Path::new(INPUTS_FOLDER_PATH).join("binance.har");
|
||||
|
||||
let json: BTreeMap<String, Value> =
|
||||
Json::import(path_binance_har.to_str().unwrap()).unwrap_or_default();
|
||||
let json: BTreeMap<String, Value> = Json::import(&path_binance_har).unwrap_or_default();
|
||||
|
||||
Ok(json
|
||||
.get("log")
|
||||
|
||||
Reference in New Issue
Block a user