Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyylka authored Nov 27, 2024
1 parent f8f2092 commit 7bae3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/perf-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Solver efficiency testing
=========================

The `test.pl` script is intended to evaluate how well some particular
version of Alive-tv works together with some particular version of
version of alive-tv works together with some particular version of
Z3. The strategy is to have a collection of test cases that are
parameterized by a value and then to see how high this value can be
pushed without triggering a solver timeout.

The M4 macro processor is used to replace every occurrence of `X` in a
The m4 macro processor is used to replace every occurrence of `X` in a
test case with the value of the parameter. Since m4 considers `iX` to
be a single token, we use a special case to replace, for example, `iX`
with `i32` when the value of X is 32.
Expand Down

0 comments on commit 7bae3fa

Please sign in to comment.