File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ Here is the diagram for compile-time benchmarks:
39
39
```
40
40
41
41
For runtime benchmarks the schema very similar, but there are different table names:
42
- - ` benchmark ` => ` runtime_benchmark `
43
42
- ` pstat ` => ` runtime_pstat `
44
43
- ` pstat_series ` => ` runtime_pstat_series `
45
44
- There are different attributes here, ` benchmark ` and ` metric ` .
@@ -171,19 +170,6 @@ series aid cid value
171
170
1 1 1 24.93
172
171
```
173
172
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
-
187
173
### runtime_pstat_series
188
174
189
175
Describes the parametrization of a runtime benchmark. Contains a unique combination
You can’t perform that action at this time.
0 commit comments