We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Log is:
Version of Sqlite is 3.45.1, sqliteodbc is 0.9996.
obench.c is fine.
The text was updated successfully, but these errors were encountered: