Skip to content

Commit

Permalink
fix details in benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: martinvuyk <[email protected]>
  • Loading branch information
martinvuyk committed Dec 20, 2024
1 parent a77d64d commit e14e60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/benchmarks/collections/bench_string.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ===----------------------------------------------------------------------=== #
# RUN: %mojo-no-debug %s
# RUN: %mojo-no-debug %s -t
# NOTE: to test changes on the current branch using run-benchmarks.sh, remove
# the -t flag. Remember to replace it again before pushing any code.

Expand Down Expand Up @@ -238,7 +238,7 @@ def main():
)
alias old_chars = ("a", "ó", "ل", "и", "")
alias new_chars = ("A", "Ó", "ل", "И", "")
alias lengths = (1_000_000,)
alias lengths = (10, 30, 50, 100, 1000, 10_000, 100_000, 1_000_000)
"""At an average 5 letters per word and 300 words per page
(in the English language):
Expand Down

0 comments on commit e14e60a

Please sign in to comment.