Skip to content

Commit 06debc5

Browse files

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

database/schema.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Here is the diagram for compile-time benchmarks:
3939
```
4040

4141
For runtime benchmarks the schema very similar, but there are different table names:
42-
- `benchmark` => `runtime_benchmark`
42+
- ~~`benchmark` => `runtime_benchmark`~~ (We do not have this table yet)
4343
- `pstat` => `runtime_pstat`
4444
- `pstat_series` => `runtime_pstat_series`
4545
- There are different attributes here, `benchmark` and `metric`.
@@ -171,18 +171,11 @@ series aid cid value
171171
1 1 1 24.93
172172
```
173173

174-
### runtime_benchmark
174+
### ~~runtime_benchmark~~
175175

176-
The different types of runtime benchmarks that are run.
177-
178-
The table currently stores only the name of the benchmark.
176+
(We do not have this table yet)
179177

180-
```
181-
sqlite> select * from runtime_benchmark limit 1;
182-
name
183-
---------
184-
nbody-10k
185-
```
178+
The different types of runtime benchmarks that are run.
186179

187180
### runtime_pstat_series
188181

0 commit comments

Comments
 (0)