Skip to content

Commit

Permalink
Update printed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jlb6740 committed Sep 17, 2023
1 parent 2738ffb commit 564b12e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions wasmscore.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import os
import sys
import datetime
from datetime import datetime
import argparse
import subprocess
Expand All @@ -24,9 +23,6 @@
available suites: See list
available tests: WasmScore (default), SimdScore
example usage: ./wasmscore.sh -b shootout -r wasmtime_app
"""
),
)
Expand Down Expand Up @@ -67,7 +63,6 @@
)

parser.add_argument(
"-l",
"--list",
action="store_true",
help="List all available suites and individual benchmarks to run",
Expand Down Expand Up @@ -866,7 +861,7 @@ def main():

if ARGS_DICT["list"]:
print("")
print("Scores\n------")
print("Tests\n------")
print(yaml.dump(perf_tests, sort_keys=True, default_flow_style=False))
print("Suites\n------")
print(yaml.dump(perf_suites, sort_keys=True, default_flow_style=False))
Expand Down

0 comments on commit 564b12e

Please sign in to comment.