Skip to content

Commit f222c7c

Browse files
committed
more decimals
1 parent 83d09f1 commit f222c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
for file in BenchmarkDotNet.Artifacts/results/*.json; do
7272
jq -r '
73-
def nano: (. * 1000 | tostring | split(".") | .[0] + "." + (.[1] | .[0:3] // "000"));
73+
def nano: (. * 1000 | tostring | split(".") | .[0] + "." + (.[1] | .[0:4] // "0000"));
7474
7575
.Benchmarks[] |
7676
.Statistics as $s |

0 commit comments

Comments
 (0)