mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
makefile: detail
This commit is contained in:
parent
bbe96de306
commit
65b3d8de06
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -25,7 +25,7 @@ bench-fib:
|
||||||
hyperfine \
|
hyperfine \
|
||||||
'./_build/default/benchs/fib_rec.exe -psize=1 -n $(N)' \
|
'./_build/default/benchs/fib_rec.exe -psize=1 -n $(N)' \
|
||||||
'./_build/default/benchs/fib_rec.exe -psize=8 -n $(N)' \
|
'./_build/default/benchs/fib_rec.exe -psize=8 -n $(N)' \
|
||||||
'./_build/default/benchs/fib_rec.exe -psize=16 -n $(N)' \
|
'./_build/default/benchs/fib_rec.exe -psize=20 -n $(N)' \
|
||||||
'./_build/default/benchs/fib_rec.exe -n $(N) -seq'
|
'./_build/default/benchs/fib_rec.exe -n $(N) -seq'
|
||||||
|
|
||||||
.PHONY: test clean
|
.PHONY: test clean
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue