Skip to content

Commit

Permalink
Remove working ini files and just keep the sample ini.
Browse files Browse the repository at this point in the history
Add to gitignore
  • Loading branch information
Syerram committed Oct 28, 2015
1 parent 55db2ee commit 586d62a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 28 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tw_data.ini
tw_load
tw_load.ini

13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,20 @@ Failed requests: 0
Total time: 2.15083s
Time per request: 10.691935ms
-----------------------------------
Total recv: 1000
Total sent 1000
Approx cost: $15.00
Total recv: 1000
Total sent 1000
Approx cost: $15.00
```

###Config INI
Contains information such as account token, load factors
Contains information such as account token, load factors. Check ini files for more documentation.

###Data INI
Contains data that needs to be sent to the endpoint.
Contains data that needs to be sent to the endpoint. Check ini files for more documentation.

###Tests
To run tests, make a copy of the sample ini files and then adjust values. Then run `go test -v`

###TODO
- Remove the data ini file and instead choose a simple file format (txt) by having each line as a json data row. We can then distribute data across the requests
- Expand unit tests to cover edge cases
3 changes: 0 additions & 3 deletions tw_data.ini

This file was deleted.

3 changes: 0 additions & 3 deletions tw_data_test.ini

This file was deleted.

Binary file removed tw_load
Binary file not shown.
8 changes: 0 additions & 8 deletions tw_load.ini

This file was deleted.

8 changes: 0 additions & 8 deletions tw_load_test.ini

This file was deleted.

0 comments on commit 586d62a

Please sign in to comment.