Skip to content

Commit f374b73

Browse files
committed
add stem benchmark
1 parent edc74ca commit f374b73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

example/bench_stem.m

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
f = mfilename("fullpath") + ".m";
2+
3+
fno = @() stdlib.stemed(f);
4+
5+
t_no = timeit(fno);
6+
7+
disp("No Java: " + t_no + " s")

0 commit comments

Comments
 (0)