perftool-incubator / rickshaw

A project to facilitate execution of benchmarks and tools via extensions for many target environments
Apache License 2.0
0 stars 10 forks source link

Port Rickshaw engine code from shell scripts (bash) to Python #376

Open k-rister opened 1 year ago

k-rister commented 1 year ago

This will allow for higher levels of functionality as well as better native handling of JSON which is how almost all of our configuration data is managed.

rafaelfolco commented 1 year ago

what is tthe scope of this change ? https://github.com/perftool-incubator/rickshaw/blob/master/engine/engine-script and https://github.com/perftool-incubator/rickshaw/blob/master/engine/engine-script-library ?

does it imply in modifying rickshaw-run (perl)? Thanks

k-rister commented 1 year ago

This is just the engine code that you linked to -- this has nothing directly to do with rickshaw-run.