Skip to content
Snippets Groups Projects
Commit f2d2ea45 authored by DaGeRe's avatar DaGeRe
Browse files

Fix unit name

parent 84007a3d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ do
cat $file | awk -F';' '{print $2}' | getSum | awk '{print $2}'
done | getSum | awk '{print $2}')
result="$result{\"name\": \"Configuration $variant\", \"unit\": \"microseconds\", \"value\": $value},"
result="$result{\"name\": \"Configuration $variant\", \"unit\": \"ns\", \"value\": $value},"
done
withoutLastKomma=${result::-1}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment