Skip to content

Instantly share code, notes, and snippets.

@shubhamkumar13
Created July 26, 2021 07:51
Show Gist options
  • Save shubhamkumar13/ba9dc421a745d0d5f57d10409bf6e5a4 to your computer and use it in GitHub Desktop.
Save shubhamkumar13/ba9dc421a745d0d5f57d10409bf6e5a4 to your computer and use it in GitHub Desktop.
run config with coq benchmarks only
{
"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