Skip to content

Commit 67b05b4

Browse files
committed
Fix the method name in PROFCOMMANDS, and HOWMANYMAILS macros
1 parent 88abec5 commit 67b05b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Benchmarks.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ SPEEDTESTDIR := tmp/emails-for-speed-test
2323
COMMANDARGVS := -I./lib -rsisimai
2424
TOBEEXECUTED := 'Sisimai.rise($$*.shift, delivered: true, vacation: true)' $(PUBLICMAILS)
2525
PROFILEARGVS := -rrblineprof -rrblineprof-report
26-
PROFCOMMANDS := 'p = lineprof(%r|./lib/sisimai|) { Sisimai.make($$*.shift, delivered: true) }; LineProf.report(p, out: "pf")'
27-
HOWMANYMAILS := $(RUBY) $(COMMANDARGVS) -le 'puts Sisimai.make($$*.shift, delivered: true).size'
26+
PROFCOMMANDS := 'p = lineprof(%r|./lib/sisimai|) { Sisimai.rise($$*.shift, delivered: true, vacation: true) }; LineProf.report(p, out: "pf")'
27+
HOWMANYMAILS := $(RUBY) $(COMMANDARGVS) -le 'puts Sisimai.rise($$*.shift, delivered: true, vacation: true).size'
2828

2929
# -----------------------------------------------------------------------------
3030
.PHONY: clean

0 commit comments

Comments
 (0)