зеркало из https://github.com/microsoft/CCF.git
5 строки
345 B
Python
5 строки
345 B
Python
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# Licensed under the Apache 2.0 License.
|
|
# All columns, written as csv header (changes should be reflected in clients)
|
|
PERF_COLUMNS = "timeStamp,elapsed,label,bytes,allThreads,latency,SampleCount,local_commit_latency,local_commit_samples,global_commit_latency,global_commit_samples\n"
|