Skip to content

Commit

Permalink
1.1.0 > 1.2.0
Browse files Browse the repository at this point in the history
Updated to 1.2.0 version of the benchmark.

- Changed logging function to use system.log instead of custom log.
- Changed logging function to use `logger` instead of an `echo` hack
  • Loading branch information
krispayne committed Jun 20, 2016
1 parent 75d2a07 commit e773ac9
Showing 1 changed file with 457 additions and 197 deletions.
Loading

1 comment on commit e773ac9

@krispayne
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to 1.2.0 version of the benchmark.

  • Changed logging function to use system.log instead of custom log
  • Changed logging function to use logger instead of an echo hack
  • Changed two line local variables to either not be used at all, or to just declare and set at once
  • Cleaned up Section 7 and 8, as they are merely discussion points
  • Removed Section 7 and 8 from mainScript
  • Removed many sleep commands
  • Wrote audit/remediate for many more benchmark considerations
  • Clearly defined Level 2 considerations
  • Clearly defined "Recommended" considerations
  • Marked more areas for TODO
  • Attempted to have a clear stylistic language for the logging. (probably failed)

Please sign in to comment.