mirror of
https://github.com/circify/circ.git
synced 2026-01-13 15:47:56 -05:00
9 lines
167 B
Python
Executable File
9 lines
167 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from util import run_benchmarks
|
|
from test_suite import *
|
|
|
|
if __name__ == "__main__":
|
|
tests = benchmark_tests
|
|
run_benchmarks('c', tests)
|