Created
July 26, 2021 07:51
-
-
Save shubhamkumar13/ba9dc421a745d0d5f57d10409bf6e5a4 to your computer and use it in GitHub Desktop.
run config with coq benchmarks only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"wrappers": [ | |
{ | |
"name": "orun", | |
"command": "orun -o %{output} -- taskset --cpu-list 5 %{command}" | |
}, | |
{ | |
"name": "perfstat", | |
"command": "perf stat -o %{output} -- taskset --cpu-list 5 %{command}" | |
}, | |
{ | |
"name": "pausetimes_trunk", | |
"command": "bash pausetimes_trunk %{output} taskset --cpu-list 5 %{command}" | |
}, | |
{ | |
"name": "pausetimes_multicore", | |
"command": "bash pausetimes_multicore %{output} taskset --cpu-list 5 %{command}" | |
} | |
], | |
"benchmarks": [ | |
{ | |
"executable": "coqc", | |
"name": "coq", | |
"tags": [ | |
"gt_100s", | |
"macro_bench", | |
"run_in_ci" | |
], | |
"runs": [ | |
{ | |
"params": "benchmarks/coq/BasicSyntax.v", | |
"short_name": "BasicSyntax.v" | |
}, | |
{ | |
"params": "benchmarks/coq/AbstractInterpretation.v", | |
"short_name": "AbstractInterpretation.v" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment