-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
#ifndef __METRICS_CONTEST_H__ | ||
#define __METRICS_CONTEST_H__ | ||
|
||
/* Copyright (C) 2022-2023 Alexander Chernov <[email protected]> */ | ||
/* Copyright (C) 2022-2024 Alexander Chernov <[email protected]> */ | ||
|
||
/* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -42,6 +42,9 @@ struct metrics_contest_data | |
long long key_cache_size; | ||
long long append_run_us; | ||
long long append_run_count; | ||
int submits_submitted; | ||
long long append_submit_us; | ||
long long append_submit_count; | ||
}; | ||
|
||
struct metrics_desc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters