This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Move all python frameworks
Hamilton Turner
11 năm trước cách đây
mục cha
bd8af595f3
commit
78a2447fdc
100 tập tin đã thay đổi
với
0 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
0
0
frameworks/python/bottle/README.md
0
0
frameworks/python/bottle/__init__.py
0
0
frameworks/python/bottle/app.py
0
0
frameworks/python/bottle/bash_profile.sh
0
0
frameworks/python/bottle/benchmark_config
0
0
frameworks/python/bottle/gunicorn_conf.py
0
0
frameworks/python/bottle/install.sh
0
0
frameworks/python/bottle/nginx.conf
0
0
frameworks/python/bottle/requirements-pypy.txt
0
0
frameworks/python/bottle/requirements.txt
0
0
frameworks/python/bottle/setup.py
0
0
frameworks/python/bottle/setup_nginxuwsgi.py
0
0
frameworks/python/bottle/setup_py3.py
0
0
frameworks/python/bottle/setup_pypy.py
0
0
frameworks/python/bottle/source_code
0
0
frameworks/python/bottle/uwsgi.ini
0
0
frameworks/python/bottle/views/fortune-obj.tpl
0
0
frameworks/python/bottle/views/fortune.tpl
0
0
frameworks/python/bottle/views/layout.tpl
0
0
frameworks/python/django/README.md
0
0
frameworks/python/django/__init__.py
0
0
frameworks/python/django/bash_profile.sh
0
0
frameworks/python/django/benchmark_config
0
0
frameworks/python/django/gunicorn_conf.py
0
0
frameworks/python/django/hello/hello/__init__.py
0
0
frameworks/python/django/hello/hello/settings.py
0
0
frameworks/python/django/hello/hello/urls.py
0
0
frameworks/python/django/hello/hello/wsgi.py
0
0
frameworks/python/django/hello/manage.py
0
0
frameworks/python/django/hello/templates/base.html
0
0
frameworks/python/django/hello/templates/fortunes.html
0
0
frameworks/python/django/hello/world/__init__.py
0
0
frameworks/python/django/hello/world/models.py
0
0
frameworks/python/django/hello/world/views.py
0
0
frameworks/python/django/install.sh
0
0
frameworks/python/django/requirements.txt
0
0
frameworks/python/django/setup.py
0
0
frameworks/python/django/setup_pg.py
0
0
frameworks/python/django/setup_py3.py
0
0
frameworks/python/django/source_code
0
0
frameworks/python/falcon/README.md
0
0
frameworks/python/falcon/__init__.py
0
0
frameworks/python/falcon/app.py
0
0
frameworks/python/falcon/bash_profile.sh
0
0
frameworks/python/falcon/benchmark_config
0
0
frameworks/python/falcon/gunicorn_conf.py
0
0
frameworks/python/falcon/install.sh
0
0
frameworks/python/falcon/requirements-pypy.txt
0
0
frameworks/python/falcon/requirements.txt
0
0
frameworks/python/falcon/setup.py
0
0
frameworks/python/falcon/setup_py3.py
0
0
frameworks/python/falcon/setup_pypy.py
0
0
frameworks/python/flask/README.md
0
0
frameworks/python/flask/__init__.py
0
0
frameworks/python/flask/app.py
0
0
frameworks/python/flask/bash_profile.sh
0
0
frameworks/python/flask/benchmark_config
0
0
frameworks/python/flask/gunicorn_conf.py
0
0
frameworks/python/flask/install.sh
0
0
frameworks/python/flask/nginx.conf
0
0
frameworks/python/flask/requirements-pypy.txt
0
0
frameworks/python/flask/requirements.txt
0
0
frameworks/python/flask/setup.py
0
0
frameworks/python/flask/setup_nginxuwsgi.py
0
0
frameworks/python/flask/setup_py3.py
0
0
frameworks/python/flask/setup_pypy.py
0
0
frameworks/python/flask/source_code
0
0
frameworks/python/flask/templates/fortunes.html
0
0
frameworks/python/flask/uwsgi.ini
0
0
frameworks/python/pyramid/.gitignore
0
0
frameworks/python/pyramid/MANIFEST.in
0
0
frameworks/python/pyramid/README.md
0
0
frameworks/python/pyramid/bash_profile.sh
0
0
frameworks/python/pyramid/benchmark_config
0
0
frameworks/python/pyramid/create_database.py
0
0
frameworks/python/pyramid/development.ini
0
0
frameworks/python/pyramid/frameworkbenchmarks/__init__.py
0
0
frameworks/python/pyramid/frameworkbenchmarks/models.py
0
0
frameworks/python/pyramid/frameworkbenchmarks/templates/test_4.pt
0
0
frameworks/python/pyramid/frameworkbenchmarks/tests.py
0
0
frameworks/python/pyramid/frameworkbenchmarks/views.py
0
0
frameworks/python/pyramid/gunicorn_conf.py
0
0
frameworks/python/pyramid/install.sh
0
0
frameworks/python/pyramid/production.ini
0
0
frameworks/python/pyramid/requirements.txt
0
0
frameworks/python/pyramid/setup.cfg
0
0
frameworks/python/pyramid/setup.py
0
0
frameworks/python/pyramid/setup_py2.py
0
0
frameworks/python/pyramid/setup_py3.py
0
0
frameworks/python/pyramid/wsgi.py
0
0
frameworks/python/tornado/README.md
0
0
frameworks/python/tornado/__init__.py
0
0
frameworks/python/tornado/bash_profile.sh
0
0
frameworks/python/tornado/benchmark_config
0
0
frameworks/python/tornado/install.sh
0
0
frameworks/python/tornado/requirements.txt
0
0
frameworks/python/tornado/server.py
0
0
frameworks/python/tornado/setup.py
0
0
frameworks/python/tornado/setup_pg.py
0
0
frameworks/python/tornado/setup_py3.py
+ 0
- 0
bottle/README.md → frameworks/python/bottle/README.md
Xem Tập Tin
+ 0
- 0
bottle/__init__.py → frameworks/python/bottle/__init__.py
Xem Tập Tin
+ 0
- 0
bottle/app.py → frameworks/python/bottle/app.py
Xem Tập Tin
+ 0
- 0
bottle/bash_profile.sh → frameworks/python/bottle/bash_profile.sh
Xem Tập Tin
+ 0
- 0
bottle/benchmark_config → frameworks/python/bottle/benchmark_config
Xem Tập Tin
+ 0
- 0
bottle/gunicorn_conf.py → frameworks/python/bottle/gunicorn_conf.py
Xem Tập Tin
+ 0
- 0
bottle/install.sh → frameworks/python/bottle/install.sh
Xem Tập Tin
+ 0
- 0
bottle/nginx.conf → frameworks/python/bottle/nginx.conf
Xem Tập Tin
+ 0
- 0
bottle/requirements-pypy.txt → frameworks/python/bottle/requirements-pypy.txt
Xem Tập Tin
+ 0
- 0
bottle/requirements.txt → frameworks/python/bottle/requirements.txt
Xem Tập Tin
+ 0
- 0
bottle/setup.py → frameworks/python/bottle/setup.py
Xem Tập Tin
+ 0
- 0
bottle/setup_nginxuwsgi.py → frameworks/python/bottle/setup_nginxuwsgi.py
Xem Tập Tin
+ 0
- 0
bottle/setup_py3.py → frameworks/python/bottle/setup_py3.py
Xem Tập Tin
+ 0
- 0
bottle/setup_pypy.py → frameworks/python/bottle/setup_pypy.py
Xem Tập Tin
+ 0
- 0
bottle/source_code → frameworks/python/bottle/source_code
Xem Tập Tin
+ 0
- 0
bottle/uwsgi.ini → frameworks/python/bottle/uwsgi.ini
Xem Tập Tin
+ 0
- 0
bottle/views/fortune-obj.tpl → frameworks/python/bottle/views/fortune-obj.tpl
Xem Tập Tin
+ 0
- 0
bottle/views/fortune.tpl → frameworks/python/bottle/views/fortune.tpl
Xem Tập Tin
+ 0
- 0
bottle/views/layout.tpl → frameworks/python/bottle/views/layout.tpl
Xem Tập Tin
+ 0
- 0
django/README.md → frameworks/python/django/README.md
Xem Tập Tin
+ 0
- 0
django/__init__.py → frameworks/python/django/__init__.py
Xem Tập Tin
+ 0
- 0
django/bash_profile.sh → frameworks/python/django/bash_profile.sh
Xem Tập Tin
+ 0
- 0
django/benchmark_config → frameworks/python/django/benchmark_config
Xem Tập Tin
+ 0
- 0
django/gunicorn_conf.py → frameworks/python/django/gunicorn_conf.py
Xem Tập Tin
+ 0
- 0
django/hello/hello/__init__.py → frameworks/python/django/hello/hello/__init__.py
Xem Tập Tin
+ 0
- 0
django/hello/hello/settings.py → frameworks/python/django/hello/hello/settings.py
Xem Tập Tin
+ 0
- 0
django/hello/hello/urls.py → frameworks/python/django/hello/hello/urls.py
Xem Tập Tin
+ 0
- 0
django/hello/hello/wsgi.py → frameworks/python/django/hello/hello/wsgi.py
Xem Tập Tin
+ 0
- 0
django/hello/manage.py → frameworks/python/django/hello/manage.py
Xem Tập Tin
+ 0
- 0
django/hello/templates/base.html → frameworks/python/django/hello/templates/base.html
Xem Tập Tin
+ 0
- 0
django/hello/templates/fortunes.html → frameworks/python/django/hello/templates/fortunes.html
Xem Tập Tin
+ 0
- 0
django/hello/world/__init__.py → frameworks/python/django/hello/world/__init__.py
Xem Tập Tin
+ 0
- 0
django/hello/world/models.py → frameworks/python/django/hello/world/models.py
Xem Tập Tin
+ 0
- 0
django/hello/world/views.py → frameworks/python/django/hello/world/views.py
Xem Tập Tin
+ 0
- 0
django/install.sh → frameworks/python/django/install.sh
Xem Tập Tin
+ 0
- 0
django/requirements.txt → frameworks/python/django/requirements.txt
Xem Tập Tin
+ 0
- 0
django/setup.py → frameworks/python/django/setup.py
Xem Tập Tin
+ 0
- 0
django/setup_pg.py → frameworks/python/django/setup_pg.py
Xem Tập Tin
+ 0
- 0
django/setup_py3.py → frameworks/python/django/setup_py3.py
Xem Tập Tin
+ 0
- 0
django/source_code → frameworks/python/django/source_code
Xem Tập Tin
+ 0
- 0
falcon/README.md → frameworks/python/falcon/README.md
Xem Tập Tin
+ 0
- 0
falcon/__init__.py → frameworks/python/falcon/__init__.py
Xem Tập Tin
+ 0
- 0
falcon/app.py → frameworks/python/falcon/app.py
Xem Tập Tin
+ 0
- 0
falcon/bash_profile.sh → frameworks/python/falcon/bash_profile.sh
Xem Tập Tin
+ 0
- 0
falcon/benchmark_config → frameworks/python/falcon/benchmark_config
Xem Tập Tin
+ 0
- 0
falcon/gunicorn_conf.py → frameworks/python/falcon/gunicorn_conf.py
Xem Tập Tin
+ 0
- 0
falcon/install.sh → frameworks/python/falcon/install.sh
Xem Tập Tin
+ 0
- 0
falcon/requirements-pypy.txt → frameworks/python/falcon/requirements-pypy.txt
Xem Tập Tin
+ 0
- 0
falcon/requirements.txt → frameworks/python/falcon/requirements.txt
Xem Tập Tin
+ 0
- 0
falcon/setup.py → frameworks/python/falcon/setup.py
Xem Tập Tin
+ 0
- 0
falcon/setup_py3.py → frameworks/python/falcon/setup_py3.py
Xem Tập Tin
+ 0
- 0
falcon/setup_pypy.py → frameworks/python/falcon/setup_pypy.py
Xem Tập Tin
+ 0
- 0
flask/README.md → frameworks/python/flask/README.md
Xem Tập Tin
+ 0
- 0
flask/__init__.py → frameworks/python/flask/__init__.py
Xem Tập Tin
+ 0
- 0
flask/app.py → frameworks/python/flask/app.py
Xem Tập Tin
+ 0
- 0
flask/bash_profile.sh → frameworks/python/flask/bash_profile.sh
Xem Tập Tin
+ 0
- 0
flask/benchmark_config → frameworks/python/flask/benchmark_config
Xem Tập Tin
+ 0
- 0
flask/gunicorn_conf.py → frameworks/python/flask/gunicorn_conf.py
Xem Tập Tin
+ 0
- 0
flask/install.sh → frameworks/python/flask/install.sh
Xem Tập Tin
+ 0
- 0
flask/nginx.conf → frameworks/python/flask/nginx.conf
Xem Tập Tin
+ 0
- 0
flask/requirements-pypy.txt → frameworks/python/flask/requirements-pypy.txt
Xem Tập Tin
+ 0
- 0
flask/requirements.txt → frameworks/python/flask/requirements.txt
Xem Tập Tin
+ 0
- 0
flask/setup.py → frameworks/python/flask/setup.py
Xem Tập Tin
+ 0
- 0
flask/setup_nginxuwsgi.py → frameworks/python/flask/setup_nginxuwsgi.py
Xem Tập Tin
+ 0
- 0
flask/setup_py3.py → frameworks/python/flask/setup_py3.py
Xem Tập Tin
+ 0
- 0
flask/setup_pypy.py → frameworks/python/flask/setup_pypy.py
Xem Tập Tin
+ 0
- 0
flask/source_code → frameworks/python/flask/source_code
Xem Tập Tin
+ 0
- 0
flask/templates/fortunes.html → frameworks/python/flask/templates/fortunes.html
Xem Tập Tin
+ 0
- 0
flask/uwsgi.ini → frameworks/python/flask/uwsgi.ini
Xem Tập Tin
+ 0
- 0
pyramid/.gitignore → frameworks/python/pyramid/.gitignore
Xem Tập Tin
+ 0
- 0
pyramid/MANIFEST.in → frameworks/python/pyramid/MANIFEST.in
Xem Tập Tin
+ 0
- 0
pyramid/README.md → frameworks/python/pyramid/README.md
Xem Tập Tin
+ 0
- 0
pyramid/bash_profile.sh → frameworks/python/pyramid/bash_profile.sh
Xem Tập Tin
+ 0
- 0
pyramid/benchmark_config → frameworks/python/pyramid/benchmark_config
Xem Tập Tin
+ 0
- 0
pyramid/create_database.py → frameworks/python/pyramid/create_database.py
Xem Tập Tin
+ 0
- 0
pyramid/development.ini → frameworks/python/pyramid/development.ini
Xem Tập Tin
+ 0
- 0
pyramid/frameworkbenchmarks/__init__.py → frameworks/python/pyramid/frameworkbenchmarks/__init__.py
Xem Tập Tin
+ 0
- 0
pyramid/frameworkbenchmarks/models.py → frameworks/python/pyramid/frameworkbenchmarks/models.py
Xem Tập Tin
+ 0
- 0
pyramid/frameworkbenchmarks/templates/test_4.pt → frameworks/python/pyramid/frameworkbenchmarks/templates/test_4.pt
Xem Tập Tin
+ 0
- 0
pyramid/frameworkbenchmarks/tests.py → frameworks/python/pyramid/frameworkbenchmarks/tests.py
Xem Tập Tin
+ 0
- 0
pyramid/frameworkbenchmarks/views.py → frameworks/python/pyramid/frameworkbenchmarks/views.py
Xem Tập Tin
+ 0
- 0
pyramid/gunicorn_conf.py → frameworks/python/pyramid/gunicorn_conf.py
Xem Tập Tin
+ 0
- 0
pyramid/install.sh → frameworks/python/pyramid/install.sh
Xem Tập Tin
+ 0
- 0
pyramid/production.ini → frameworks/python/pyramid/production.ini
Xem Tập Tin
+ 0
- 0
pyramid/requirements.txt → frameworks/python/pyramid/requirements.txt
Xem Tập Tin
+ 0
- 0
pyramid/setup.cfg → frameworks/python/pyramid/setup.cfg
Xem Tập Tin
+ 0
- 0
pyramid/setup.py → frameworks/python/pyramid/setup.py
Xem Tập Tin
+ 0
- 0
pyramid/setup_py2.py → frameworks/python/pyramid/setup_py2.py
Xem Tập Tin
+ 0
- 0
pyramid/setup_py3.py → frameworks/python/pyramid/setup_py3.py
Xem Tập Tin
+ 0
- 0
pyramid/wsgi.py → frameworks/python/pyramid/wsgi.py
Xem Tập Tin
+ 0
- 0
tornado/README.md → frameworks/python/tornado/README.md
Xem Tập Tin
+ 0
- 0
tornado/__init__.py → frameworks/python/tornado/__init__.py
Xem Tập Tin
+ 0
- 0
tornado/bash_profile.sh → frameworks/python/tornado/bash_profile.sh
Xem Tập Tin
+ 0
- 0
tornado/benchmark_config → frameworks/python/tornado/benchmark_config
Xem Tập Tin
+ 0
- 0
tornado/install.sh → frameworks/python/tornado/install.sh
Xem Tập Tin
+ 0
- 0
tornado/requirements.txt → frameworks/python/tornado/requirements.txt
Xem Tập Tin
+ 0
- 0
tornado/server.py → frameworks/python/tornado/server.py
Xem Tập Tin
+ 0
- 0
tornado/setup.py → frameworks/python/tornado/setup.py
Xem Tập Tin
+ 0
- 0
tornado/setup_pg.py → frameworks/python/tornado/setup_pg.py
Xem Tập Tin
+ 0
- 0
tornado/setup_py3.py → frameworks/python/tornado/setup_py3.py
Xem Tập Tin
Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác