Hamilton Turner fc1d35470c Fixing obvious fw_depends errors in install.sh files 11 éve
..
meta c59b1d2c4e Renamed UrWeb directory to urweb 11 éve
README.md e666cff52c Ur/Web: bring README.md up to date 11 éve
__init__.py c59b1d2c4e Renamed UrWeb directory to urweb 11 éve
bench.ur 72f152be4d Ur/Web: Fix text of fortune added during test 11 éve
bench.urp 951bb1d834 Redid recent Ur/Web changes 11 éve
bench.urs 951bb1d834 Redid recent Ur/Web changes 11 éve
benchmark_config 6d4bf6c51e master Changed urweb naming convention 11 éve
install.sh fc1d35470c Fixing obvious fw_depends errors in install.sh files 11 éve
setup.py f532415394 master Should only kill with 15 11 éve
setup_mysql.py f532415394 master Should only kill with 15 11 éve
source_code 951bb1d834 Redid recent Ur/Web changes 11 éve

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.