blob: 1f14580933f325d2c194d3a40b6efb9bbf86c4ab [file] [log] [blame]
{
"test_suite_name": "fuchsia.ledger",
"app": "fuchsia-pkg://fuchsia.com/ledger_benchmarks#meta/backlog.cmx",
"args": ["--unique-key-count=10000", "--value-size=1", "--key-size=100",
"--commit-count=1", "--refs=off"],
"categories": ["benchmark", "ledger"],
"duration": 120,
"measure": [
{
"type": "duration",
"event_name": "populate",
"event_category": "benchmark"
},
{
"type": "duration",
"event_name": "get_uploader_page",
"event_category": "benchmark"
},
{
"type": "duration",
"event_name": "upload",
"event_category": "benchmark"
},
{
"type": "duration",
"event_name": "get_reader_page",
"event_category": "benchmark"
},
{
"type": "duration",
"event_name": "download",
"event_category": "benchmark"
},
{
"type": "duration",
"event_name": "get_entries_partial",
"event_category": "benchmark",
"split_first": true
},
{
"type": "duration",
"event_name": "get_all_entries",
"event_category": "benchmark"
}
]
}