Skip to content

Commit 8a2087c

Browse files
committed
fix typo
1 parent fcd48e1 commit 8a2087c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Category is either `primary` (real-world benchmark) or `secondary` (stress test)
128128
Stable benchmarks have `category` set to `primary` and `stabilized` set to `1`.
129129

130130
```
131-
sqlite> select * from runtime_benchmark limit 1;
131+
sqlite> select * from benchmark limit 1;
132132
name stabilized category
133133
---------- ---------- ----------
134134
helloworld 0 primary

0 commit comments

Comments
 (0)