We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d09f1 commit f222c7cCopy full SHA for f222c7c
1 file changed
.github/workflows/benchmarks.yml
@@ -70,7 +70,7 @@ jobs:
70
71
for file in BenchmarkDotNet.Artifacts/results/*.json; do
72
jq -r '
73
- def nano: (. * 1000 | tostring | split(".") | .[0] + "." + (.[1] | .[0:3] // "000"));
+ def nano: (. * 1000 | tostring | split(".") | .[0] + "." + (.[1] | .[0:4] // "0000"));
74
75
.Benchmarks[] |
76
.Statistics as $s |
0 commit comments