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

SyntaxError when running benchmarks #18

Closed
paulsmithkc opened this issue Aug 21, 2021 · 1 comment
Closed

SyntaxError when running benchmarks #18

paulsmithkc opened this issue Aug 21, 2021 · 1 comment

Comments

@paulsmithkc
Copy link

When I try to run the benchmark against with Python 3.9, I'm getting a syntax error on tpcc.py line 117.

$ python ./tpcc.py --print-config mongodb
  File "D:\projects\tpcc\apavlo-py-tpcc\pytpcc\tpcc.py", line 117
    except (Exception, AssertionError), ex:
                                      ^
SyntaxError: invalid syntax

Am I using the wrong version of Python for this project?

@apavlo
Copy link
Owner

apavlo commented Aug 23, 2021

@paulsmithkc I am not maintaining this. You may want to look at @asya999's fork: https://github.com/mongodb-labs/py-tpcc

If you want a SQL-based benchmarking suite, check out our BenchBase: https://github.com/cmu-db/benchbase

@apavlo apavlo closed this as completed Aug 23, 2021
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

2 participants