Skip to content
Snippets Groups Projects

add `inbreeding inspect` to look at the cache

Merged STEVAN Antoine requested to merge inbreeding-inspect into main
5 files
+ 47
12
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 4
0
export const BIN = "./target/release/inbreeding"
export const BIN = "./target/release/inbreeding"
export const CACHE = ($nu.home-path | path join .cache komodo inbreeding)
export const CACHE = ($nu.home-path | path join .cache komodo inbreeding)
 
 
export const ARG_EXPERIMENT_FORMAT = "{seed}-{env}-{k}-{n}-{nb_bytes}"
 
export const EXPERIMENT_FORMAT = "{timestamp}-{env}-{strategy}-{k}-{n}-{nb_bytes}"
 
export const FULL_EXPERIMENT_FORMAT = $"{seed}(char path_sep)($EXPERIMENT_FORMAT)"
Loading