Skip to content

Commit c2bcaa6

Browse files
update sort and change port to 8000
1 parent 82e5b43 commit c2bcaa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

wai/bench/wai.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import System.Environment (getArgs)
1212

1313
main :: IO ()
1414
main = do
15-
socket <- bindPort 8001 "*"
15+
socket <- bindPort 8000 "*"
1616
[cores, _] <- getArgs
1717
let run = Warp.runSettingsSocket Warp.defaultSettings
18-
{ Warp.settingsPort = 8001
18+
{ Warp.settingsPort = 8000
1919
, Warp.settingsHost = "*"
2020
, Warp.settingsOnException = const $ return ()
2121
} socket app

wai/benchmark_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"setup_file": "setup",
66
"json_url": "/json",
77
"port": 8001,
8-
"sort": 37
8+
"sort": 86
99
}
1010
}]
1111
}

0 commit comments

Comments
 (0)