File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 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:
3939```
4040
4141For 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
1711701 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
189175Describes the parametrization of a runtime benchmark. Contains a unique combination
You can’t perform that action at this time.
0 commit comments