Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Wang committed Aug 1, 2014
1 parent cddf799 commit e22aea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ There are 8 test scenarios under tests. You need to change tests/config.py to us
Some test cases are ordered. Test case ending with *_populated_table.py needs to run after the corresponding *_with_no_table.py is run, which will create and populate tables for it.

For each test scenario, follow the steps below:
1. python my_test_scenario.py http://my_magnetodb_api_server:8480 start
1. python [my_test_scenario]/setup.py http://my_magnetodb_api_server:8480
2. run benchmark_runner as above
3. python my_test_scenario.py http://my_magnetodb_api_server:8480 end
3. python [my_test_scenario]/teardown.py http://my_magnetodb_api_server:8480

These 3 steps will be integrated into benchmark_runner.py soon.

0 comments on commit e22aea5

Please sign in to comment.