apavlo / py-tpcc

Python implementation of TPC-C
142 stars 91 forks source link

SyntaxError when running benchmarks #18

Closed paulsmithkc closed 3 years ago

paulsmithkc commented 3 years ago

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 commented 3 years ago

@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