[REM] tools: remove benchmarks/debug script

They are either no longer relevant, or less useful than some
alternatives (such as the js framework benchmark project)
This commit is contained in:
Géry Debongnie
2021-11-22 10:25:24 +01:00
committed by Lucas Perais - lpe@odoo
parent 6ed68372a6
commit 536d9e1762
72 changed files with 5 additions and 65947 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from http.server import SimpleHTTPRequestHandler, HTTPServer
HOST = '127.0.0.1'
PORT = 8000
URL = 'http://{0}:{1}/tools'.format(HOST, PORT)
URL = 'http://{0}:{1}/tools/playground'.format(HOST, PORT)
# We define our own handler here to remap owl.js GET requests to the Owl build