File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ 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 `
42
+ - ~~ ` benchmark ` => ` runtime_benchmark ` ~~ (We do not have this table yet)
43
43
- ` pstat ` => ` runtime_pstat `
44
44
- ` pstat_series ` => ` runtime_pstat_series `
45
45
- There are different attributes here, ` benchmark ` and ` metric ` .
@@ -171,18 +171,11 @@ series aid cid value
171
171
1 1 1 24.93
172
172
```
173
173
174
- ### runtime_benchmark
174
+ ### ~~ runtime_benchmark~~
175
175
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)
179
177
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.
186
179
187
180
### runtime_pstat_series
188
181
You can’t perform that action at this time.
0 commit comments