blob: 70775a369bad785c655337beefbd0641564400f4 [file] [log] [blame]
{
"test_suite_name": "fuchsia.ledger.update_entry",
"app": "fuchsia-pkg://fuchsia.com/ledger_benchmarks#meta/update_entry.cmx",
"args": ["--entry-count=100", "--transaction-size=10", "--value-size=1000"],
"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
}
]
}