Commit cd484e1f authored by Kevin Modzelewski's avatar Kevin Modzelewski

Add some more slightly-modified benchmarks, but also make it easier to run...

Add some more slightly-modified benchmarks, but also make it easier to run them from the pypy directory
parent a762c2e7
...@@ -272,4 +272,4 @@ def main(n): ...@@ -272,4 +272,4 @@ def main(n):
if __name__ == "__main__": if __name__ == "__main__":
main(200) main(100)
This diff is collapsed.
...@@ -721,6 +721,7 @@ $1: ../test/tests/$1 ; ...@@ -721,6 +721,7 @@ $1: ../test/tests/$1 ;
$1: ../microbenchmarks/$1 ; $1: ../microbenchmarks/$1 ;
$1: ../minibenchmarks/$1 ; $1: ../minibenchmarks/$1 ;
$1: ../benchmarks/$1 ; $1: ../benchmarks/$1 ;
$(patsubst %, $$1: %/$$1 ;,$(EXTRA_SEARCH_DIRS))
) )
endef endef
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment