litmus
litmus copied to clipboard
A fast python HTTP server inspired by japronto written in rust.
Results
2
litmus issues
Sort by
recently updated
recently updated
newest added
I got an error if follow case: ``` async def main(): global server runner = pyre.LSGIToASGIAdapter(app) server = pyre.Server(runner, listen_on='localhost:8080') server.ignite() await server.run_forever() ``` An example of an error: ```...
question
I believe that you just need to move files from tests folder to appropriate folders inside the benchmarking folder. Edit: It seems that there are more details for fixing.