Mike Smith 6d4bf6c51e master Changed urweb naming convention 11 years ago
..
meta c59b1d2c4e Renamed UrWeb directory to urweb 11 years ago
README.md e666cff52c Ur/Web: bring README.md up to date 11 years ago
__init__.py c59b1d2c4e Renamed UrWeb directory to urweb 11 years ago
bench.ur 72f152be4d Ur/Web: Fix text of fortune added during test 11 years ago
bench.urp 951bb1d834 Redid recent Ur/Web changes 11 years ago
bench.urs 951bb1d834 Redid recent Ur/Web changes 11 years ago
benchmark_config 6d4bf6c51e master Changed urweb naming convention 11 years ago
setup.py f532415394 master Should only kill with 15 11 years ago
setup_mysql.py f532415394 master Should only kill with 15 11 years ago
source_code 951bb1d834 Redid recent Ur/Web changes 11 years ago

README.md

TechEmpower Framework Benchmark: Ur/Web

http://www.impredicative.com/ur/

To compile a standalone executable running on port 8080, run urweb bench. See setup.py for fancier options.

bench.ur is the main source file. bench.urs is the signature file describing the module's exported functions. bench.urp is the project file giving compilation directives.

benchmark_config and source_code include metadata for the framework comparison.

__init__.py and setup.py are for starting and stopping the Ur/Web server. setup_mysql.py is a variant using MySQL instead of PostgreSQL.