Skip to content

Commit b0a4241

Browse files
committed
PR Feedback; spelling mistakes and missing documentation
1 parent dfa5eb3 commit b0a4241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

database/schema.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Stable benchmarks have `category` set to `primary` and `stabilized` set to `1`.
116116
Columns:
117117

118118
* **name** (`text`): Name of the benchmark
119-
* **stablized** (`boolean`): Whether the benchmark supports stable
119+
* **stabilized** (`boolean`): Whether the benchmark supports stable
120120
* **category** (`category`): `primary` if this is a 'real-world' benchmark or `secondary` if a 'stress test'
121121

122122
### pstat_series
@@ -130,7 +130,7 @@ Columns:
130130
* **profile** (`text`): What type of compilation is happening - check build, optimized build (a.k.a. release build), debug build, or doc build.
131131
* **scenario** (`text`): Describes how much of the incremental cache is full. An empty incremental cache means that the compiler must do a full build.
132132
* **backend** (`text`): Codegen backend used for compilation, for example 'llvm'
133-
* metric: the type of metric being collected.
133+
* **metric** (`text`): the type of metric being collected.
134134

135135
This corresponds to a [`statistic description`](../docs/glossary.md).
136136

@@ -200,7 +200,7 @@ Columns:
200200
* **cid** (`integer`): Collection id, references the id in the collection table
201201
* **crate** (`text`): The name of the crate
202202
* **profile** (`text`): What type of compilation is happening - check build, optimized build (a.k.a. release build), debug build, or doc build.
203-
* **cache** (`text`): ?
203+
* **cache** (`text`): The incremental scenario used for the benchmark
204204

205205
### pull_request_build
206206

0 commit comments

Comments
 (0)