blob: 4588c3a54d31b0e314b57e1f07f9ed4588943d3b [file] [log] [blame]
{
"test_suite_name": "fuchsia.ledger.put_entry",
"app": "fuchsia-pkg://fuchsia.com/ledger_benchmarks#meta/put.cmx",
"args": [
"--entry-count=100", "--transaction-size=10", "--key-size=100",
"--value-size=1000", "--refs=off"
],
"categories": ["benchmark", "ledger"],
"duration": 60,
"measure": [
{
"type": "duration",
"output_test_name": "transaction/transaction",
"event_name": "transaction",
"event_category": "benchmark",
"expected_sample_count": 10,
"split_first": true
},
{
"type": "duration",
"output_test_name": "transaction/commit",
"event_name": "commit",
"event_category": "benchmark",
"expected_sample_count": 10,
"split_first": true
},
{
"type": "duration",
"output_test_name": "transaction/put",
"event_name": "put",
"event_category": "benchmark",
"expected_sample_count": 100,
"split_first": true
},
{
"type": "duration",
"output_test_name": "transaction/local_change_notification",
"event_name": "local_change_notification",
"event_category": "benchmark",
"expected_sample_count": 10,
"split_first": true
}
]
}