wiki-speedrun / src /__init__.py
jwlutz's picture
Initial commit: Wikipedia Speedrun benchmark with Flask dashboard
0e61be5
Raw
History Blame Contribute Delete
215 Bytes
"""
Wikipedia Speedrun Benchmark Suite.
A benchmarking application that compares pathfinding performance
across custom models, LLMs, and an optimal oracle on Wikipedia
article traversal.
"""
__version__ = "0.1.0"