lots o fixes
This commit is contained in:
2
Makefile
2
Makefile
@@ -73,7 +73,7 @@ compare: ## Run benchmarks comparing Monkey with other languages
|
||||
'go run examples/fib.go' \
|
||||
'tengo examples/fib.tengo' \
|
||||
'python3 examples/fib.py' \
|
||||
'./monkey examples/fib.monkey'
|
||||
'./monkey examples/fib.m'
|
||||
|
||||
bench: # Run test benchmarks
|
||||
@go test -v -benchmem -bench=. ./...
|
||||
|
||||
Reference in New Issue
Block a user