Skip to content

Commit ec8b8fb

Browse files
committed
Publish with docs and perf results
1 parent b49c1b5 commit ec8b8fb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: make
1717
run: make
18+
- name: show_free
19+
run: free -m
1820
- name: test
1921
run: ./test_sqlite_blaster -t

test_sqlite_blaster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ int main(int argc, char *argv[]) {
635635
// test with lowest possible cache size
636636
if (test_random_data(150000, 256)) {
637637
// test file > 1gb
638-
if (test_random_data(1500000, 512 * 1024)) {
638+
if (test_random_data(1400000, 64 * 1024)) {
639639
if (test_babynames()) {
640640
if (test_census()) {
641641
cout << "All tests ok" << endl;

0 commit comments

Comments
 (0)