Skip to content

Commit

Permalink
Add empty params to owl gc benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Jan 30, 2024
1 parent f08d385 commit 14b7796
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions run_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1548,16 +1548,17 @@
]
},
{
"executable": "benchmarks/owl/owl_gc.exe",
"name": "owl",
"tags": [
"10s_100s",
"macro_bench"
],
"runs": [
{
}
]
"executable": "benchmarks/owl/owl_gc.exe",
"name": "owl",
"tags": [
"10s_100s",
"macro_bench"
],
"runs": [
{
"params": ""
}
]
}
]
}

0 comments on commit 14b7796

Please sign in to comment.