colmena icon indicating copy to clipboard operation
colmena copied to clipboard

add `--evaluator` option to `eval` command

Open aanderse opened this issue 2 years ago • 0 comments

in some situations it would be beneficial to use the streaming evaluator when running colmena eval

i have a scenario where i eval something like nodes.*.config.system.build.toplevel and this takes a very long time, but running colmena apply --evaluator streaming executes in under a minute

my assumption is that colmena eval --evaluator streaming would speed things up for me

aanderse avatar Sep 20 '23 14:09 aanderse