We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84f413d + 8a2087c commit 5c905e5Copy full SHA for 5c905e5
database/schema.md
@@ -128,7 +128,7 @@ Category is either `primary` (real-world benchmark) or `secondary` (stress test)
128
Stable benchmarks have `category` set to `primary` and `stabilized` set to `1`.
129
130
```
131
-sqlite> select * from runtime_benchmark limit 1;
+sqlite> select * from benchmark limit 1;
132
name stabilized category
133
---------- ---------- ----------
134
helloworld 0 primary
0 commit comments