Skip to content

Commit

Permalink
remove make cmd committed by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Aug 23, 2016
1 parent da2f226 commit 8a2505e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,3 @@ win-upload-exes:
# run script which benchmarks oneshot() ctx manager (see #799)
bench-oneshot: install
$(PYTHON) scripts/internal/bench_oneshot.py

bench-oneshot-2: install
rm -f normal.json oneshot.json
$(PYTHON) bench.py normal -o normal.json
$(PYTHON) bench.py oneshot -o oneshot.json
$(PYTHON) -m perf compare_to normal.json oneshot.json
3 changes: 2 additions & 1 deletion scripts/internal/bench_oneshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,5 @@ def main():
print("same speed")


main()
if __name__ == '__main__':
main()

0 comments on commit 8a2505e

Please sign in to comment.