mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 23:59:58 -07:00
global: datasets compression via zstd
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use std::{collections::BTreeMap, fs, ops::RangeInclusive};
|
||||
use std::{collections::BTreeMap, fs, ops::RangeInclusive, path::Path};
|
||||
|
||||
use allocative::Allocative;
|
||||
|
||||
@@ -282,7 +282,7 @@ impl AllDatasets {
|
||||
fs::create_dir_all(server_inputs_path)?;
|
||||
|
||||
Json::export(
|
||||
&format!("{server_inputs_path}/disk_path_to_type.json"),
|
||||
Path::new(&format!("{server_inputs_path}/disk_path_to_type.json")),
|
||||
&path_to_type,
|
||||
)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user