We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d14ebc commit 7e48d12Copy full SHA for 7e48d12
.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 | sprintf("%.3f"));
+ def nano: (. * 1000 | tostring | .[0:6]);
74
75
.Benchmarks[] |
76
.Statistics as $s |
0 commit comments