Skip to content

Commit

Permalink
Update benchmark data
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslindner committed Aug 22, 2024
1 parent 1170ffe commit 993989e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/riscv/collect_experiment_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
args = parser.parse_args()

def get_example_dirs():
excluded_dirs = ["common", "perftest", "motor-unopt"] + (["aes-unopt"] if args.fast else [])
excluded_dirs = ["common", "perftest", "motor-unopt", "chacha"] + (["aes-unopt"] if args.fast else [])
filterfun = lambda x: not x.startswith(".")
path = os.getcwd()
example_dirs = [f.path for f in os.scandir(path) if f.is_dir() and f.name not in excluded_dirs and filterfun(f.name)]
Expand Down
28 changes: 14 additions & 14 deletions examples/riscv/experiment_data.log
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
aes/aes/0:
29.186s
28.801s
swap/swap/0:
1.540s
1.421s
isqrt/isqrt/0:
0.513s
0.485s
isqrt/isqrt/1:
0.251s
0.248s
isqrt/isqrt/2:
0.119s
0.103s
symbexectests/nestfunc/0:
5.594s
5.314s
symbexectests/storeload/0:
5.177s
5.182s
mod2/mod2/0:
0.383s
0.389s
motor/motor/0:
36.771s
35.878s
incr/incr/0:
0.403s
0.373s
modexp/modexp/0:
2.103s
1.793s
incr-mem/incr_mem/0:
0.745s
0.706s
aes-unopt/aes/0:
408.924s
424.675s
mod2-mem/mod2_mem/0:
0.524s
0.602s

0 comments on commit 993989e

Please sign in to comment.