# cat /tmp/results/nighthawk |jq '.RetCodes'
{
"200": "49988"
}
# cat /tmp/results/fortio |jq '.RetCodes'
{
"200": 50000
}
You can see in fortio the value is a number but in nighthawk a string
Versions:
FROM envoyproxy/nighthawk-dev:c3d7b475ddaafbe93b8223b84281463e3d3834a1 as nighthawk
FROM fortio/fortio:1.6.3 as fortio
Fortio command with -json <path>, nighthawk with --output-format fortio