vortex-omega-final / benchmark /continuous_benchmark.py
RDS777's picture
Upload 1772 files
89c2dc5 verified
Raw
History Blame Contribute Delete
159 Bytes
class ContinuousBenchmark:
async def run_once(self): return type('', (), {'regression':False,'global_score':0.8})()
def get_dashboard(self): return {}