Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Massey authored Oct 1, 2019
1 parent bb39933 commit 0af4e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timing_experiment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is an experiment for testing the timing of pseudo-random number generators.

The input file for the testing script timingexperiment.py is a YAML file that inclues each site in the specified form shown below:

[Region]_[zone]_[VM|app]_[Java|Python]@1.2.3.4
[Region]\_[zone]\_[VM|app]\_[Java|Python]@1.2.3.4

An example of an input file can be found at <magic/timing_experiment/external_sites.yaml>.

Expand All @@ -17,7 +17,7 @@ If an error occurs when testing a site, an error message of the form "ERROR on [

The output for each site is in the form specified below:

[Region]_[zone]_[VM|app]_[Java|Python]@1.2.3.4 time_in_milliseconds random_number_generated
[Region]\_[zone]\_[VM|app]\_[Java|Python]@1.2.3.4 time_in_milliseconds random_number_generated

The resulting output file produced from the input file mentioned in the "Input file" section of this document can be found at <magic/timing_experiment/outputfile.txt>.

Expand Down

0 comments on commit 0af4e26

Please sign in to comment.