Skip to content

Commit b1a9eb1

Browse files
authored
Merge pull request #1868 from chengr4/update-db-schema
Remove runtime_benchmark table temporary
2 parents 453e57b + f443ff5 commit b1a9eb1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

database/schema.md

-14
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ 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`
4342
- `pstat` => `runtime_pstat`
4443
- `pstat_series` => `runtime_pstat_series`
4544
- There are different attributes here, `benchmark` and `metric`.
@@ -171,19 +170,6 @@ series aid cid value
171170
1 1 1 24.93
172171
```
173172

174-
### runtime_benchmark
175-
176-
The different types of runtime benchmarks that are run.
177-
178-
The table currently stores only the name of the benchmark.
179-
180-
```
181-
sqlite> select * from runtime_benchmark limit 1;
182-
name
183-
---------
184-
nbody-10k
185-
```
186-
187173
### runtime_pstat_series
188174

189175
Describes the parametrization of a runtime benchmark. Contains a unique combination

0 commit comments

Comments
 (0)