Update comment on metrics by level

Co-authored-by: Steve Atherton <steve.atherton@snowflake.com>
This commit is contained in:
sfc-gh-fzhao 2021-07-13 09:07:39 -07:00 committed by GitHub
parent 79a2950b2f
commit 5dabb71095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1366,7 +1366,7 @@ struct RedwoodMetrics {
}
}
};
// Page levle events
// Metrics by level
struct Level {
struct Counters {
unsigned int pageRead;
@ -9982,4 +9982,4 @@ TEST_CASE(":/redwood/performance/continuousSmapleThroughput") {
std::cout << "Time in millisecond: " << elapsed_time_ms << std::endl;
}
return Void();
}
}