diff options
Diffstat (limited to 'tests/sqlite/benchmark.txt')
-rw-r--r-- | tests/sqlite/benchmark.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/sqlite/benchmark.txt b/tests/sqlite/benchmark.txt new file mode 100644 index 00000000..472221df --- /dev/null +++ b/tests/sqlite/benchmark.txt @@ -0,0 +1,10 @@ +count(*) = 2 + +a = 1 +b = 13153 +c = thirteen thousand one hundred fifty three + +a = 1 +b = 987 +c = some other number + |