Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Komodo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dragoon
Komodo
Merge requests
!125
add `inbreeding inspect` to look at the cache
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add `inbreeding inspect` to look at the cache
inbreeding-inspect
into
main
Overview
0
Commits
3
Pipelines
1
Changes
5
Merged
STEVAN Antoine
requested to merge
inbreeding-inspect
into
main
10 months ago
Overview
0
Commits
3
Pipelines
1
Changes
5
Expand
7b44a886
refactor constants from
inbreeding load
64e446f7
move
remove-cache-prefix
to new
path.nu
822b03fd
add
inbreeding inspect
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
822b03fd
3 commits,
10 months ago
5 files
+
47
−
12
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
bins/inbreeding/consts.nu
+
4
−
0
Options
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