Skip to content

Commit

Permalink
mojo format
Browse files Browse the repository at this point in the history
Signed-off-by: martinvuyk <[email protected]>
  • Loading branch information
martinvuyk committed Oct 24, 2024
1 parent 74a2dc5 commit 2ae9713
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stdlib/benchmarks/collections/bench_string.mojo
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@ def main():
var m = Bench(BenchConfig(num_repetitions=5))
alias filenames = (
"UN_charter_EN",
# "UN_charter_ES",
# "UN_charter_AR",
# "UN_charter_RU",
# "UN_charter_zh-CN",
"UN_charter_ES",
"UN_charter_AR",
"UN_charter_RU",
"UN_charter_zh-CN",
)
alias old_chars = ("a", "ó", "ل", "и", "")
alias new_chars = ("A", "Ó", "ل", "И", "")
Expand Down

0 comments on commit 2ae9713

Please sign in to comment.