Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbench.c can't return normally. #15

Open
wi24rd opened this issue Apr 23, 2024 · 0 comments
Open

sbench.c can't return normally. #15

wi24rd opened this issue Apr 23, 2024 · 0 comments

Comments

@wi24rd
Copy link

wi24rd commented Apr 23, 2024

Log is:

$ ./a.out -dbname /tmp/ts.db  -init -v -tpc 200 -clients 4
Scale factor value: 1
Number of clients: 4
Number of transactions per client: 200

Initializing dataset...
Already initialized
done.

Starting Benchmark Run
Benchmark Report
Featuring <direct queries> <auto-commit> 
--------------------
Time to execute 800 transactions: 0.226759 seconds.
0/800 failed complete.
Transaction rate: 3527.98 txn/sec.
Benchmark Report
Featuring <direct queries> <transactions> 
--------------------
Time to execute 800 transactions: 0.165209 seconds.
0/800 failed complete.
Transaction rate: 4842.35 txn/sec.
--------------------
Error counters, consult source for stat_counts[].
stat_counts[0..7]:  0 0 0 0 0 0 0 0
stat_counts[8..15]: 0 0 0 0 0 0 0 0

Version of Sqlite is 3.45.1, sqliteodbc is 0.9996.
obench.c is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant