Skip to content

Commit

Permalink
Merge pull request #51 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
Dev kmr
  • Loading branch information
k-rister authored Nov 30, 2023
2 parents 05051a5 + d979605 commit d31e4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multiplex.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{ "arg": "write_lat_log", "vals": ["fio"] },
{ "arg": "log_avg_msec", "vals": ["1000"] },
{ "arg": "log_unix_epoch", "vals": ["1"] },
{ "arg": "output-format", "vals": ["json"] },
{ "arg": "output-format", "vals": ["json+"] },
{ "arg": "output", "vals": ["fio-result.json"] }
]
},
Expand Down
2 changes: 1 addition & 1 deletion workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"name": "fio_src",
"type": "source",
"source_info": {
"url": "https://github.com/axboe/fio/archive/refs/tags/fio-3.28.tar.gz",
"url": "https://github.com/axboe/fio/archive/refs/tags/fio-3.36.tar.gz",
"filename": "fio.tar.gz",
"commands": {
"unpack": "tar -xzf fio.tar.gz",
Expand Down

0 comments on commit d31e4ff

Please sign in to comment.