Skip to content

Commit

Permalink
Reordering
Browse files Browse the repository at this point in the history
  • Loading branch information
yasunariw committed Jun 20, 2021
1 parent 1d25b06 commit 89f3806
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -159,6 +159,11 @@ for all three target frameworks.
(Section "Artifact Structure" below shows the location of these files.)
Then, for the standard benchmarks, it will also compile the generated
certificates.
These are the default evaluation configuration, and the exact actions that will
be performed under this configuration are written to timestamped `.log` files in
the `certify` directory before each run. This configuration can be modified
by setting the `--configure` flag. See section "Customizing Benchmark Options"
for details.

As this script produces verbose output, you may consider teeing the script's
output to a log file for viewing/debugging later, instead of running the script
Expand Down Expand Up @@ -404,7 +409,7 @@ This will load an Emacs session in your terminal window. Some useful commands:
- `C-c C-u` to move backward in the current buffer's Coq proof
- `C-x C-c` (type "yes" if prompted) to exit Emacs.

### Customizing the Benchmark Options
### Customizing Benchmark Options

You may wish to run the benchmarks with alternative settings.

Expand Down Expand Up @@ -442,6 +447,10 @@ the desired option (`y` or `n`). The default settings are:
- _For advanced benchmarks_: Synthesize programs in all benchmark groups. Then
generate (but _don't_ compile) certificates for HTT only.

Each execution of the script generates a timestamped `.log` file listing
exactly what actions will be performed given the user-specified configuration,
which may be useful for debugging.

### Downloading and Compiling Sources

All four projects have been compiled/installed ahead of time and are ready to
Expand Down
Expand Up @@ -266,8 +266,8 @@ object CertificationBenchmarks {
"certification-benchmarks/tree"
)
val allAdvanced = List(
"certification-benchmarks-advanced/bst",
"certification-benchmarks-advanced/dll",
"certification-benchmarks-advanced/bst",
"certification-benchmarks-advanced/srtl",
)
val defaultStandardConfig: BenchmarkConfig = BenchmarkConfig(allTargets, allStandard, allStandard, compile = true, "standard")
Expand Down
2 changes: 1 addition & 1 deletion ssl-htt

0 comments on commit 89f3806

Please sign in to comment.