Helena Bales created GEODE-6340:
-----------------------------------

             Summary: Add arbitrary key=value metadata to benchmark runs.
                 Key: GEODE-6340
                 URL: https://issues.apache.org/jira/browse/GEODE-6340
             Project: Geode
          Issue Type: Improvement
            Reporter: Helena Bales


User should be able to add arbitrary key=value pair metadata to a benchmark 
run. The key=value pairs should be stored in the benchmark output in a known 
location.

Example (not required implementation):
./gradlew benchmark -Phosts=... -PoutputDir=... -Pmetadata=k1=v1,k2=v2

output/.../metadata.json:

{
  "k1":"v1",
  "k2":"v2"
}

Acceptance:

    Command line option for providing key=value pairs.
    File containing the key=value pairs.
    Arguments can be provide through all helper scripts.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to