Skip to content

Commit

Permalink
TMP: Another test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Jun 21, 2022
1 parent 098f764 commit 256773f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions local-test-repo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ define BENCH_DATA_B1_T1_A
"metrics": [
{
"name": "grammarFunctor/parsing",
"value": 0.19,
"value": 0.4,
"units": "secs",
"trend": "lower-is-better"
},
{
"name": "grammarFunctor/typing",
"value": 0.28,
"value": 0.4,
"units": "secs",
"trend": "lower-is-better"
},
{
"name": "grammarFunctor/generate",
"value": 0.14,
"value": 0.1,
"units": "secs",
"trend": "lower-is-better"
}
Expand All @@ -40,14 +40,14 @@ define BENCH_DATA_B1_T1_B
"metrics": [
{
"name": "ops_per_sec",
"value": 690.0,
"value": 650.0,
"units": "num/sec",
"description": "The number of awesome things done in a second",
"trend": "higher-is-better"
},
{
"name": "mbs_per_sec",
"value": 199,
"value": 189,
"units": "mbps",
"description": "Quantity of awesome data downloaded"
}
Expand Down

0 comments on commit 256773f

Please sign in to comment.