Skip to content

PostPointsAsync method is so slow in linux os #90

@jinkyu93

Description

@jinkyu93

hi
I've used this library on my dot net core solution.
when I test in window os, this library was not slow.
but in linux os, PostPointsAsync was so slow.
I checked why. and I find InfluxValueField.ToString is so slow.
if InfluxValueField is double or float, you use String.Format method.
but when I tested in linux os, this code so slow. so I changed this code just toString.
after changing, PostPointsAsync was not slow in linux os.

I have some question. why use String.Format method?

my development environment is
window : window 10
linux : centos 7

check this logic please.

InfluxValueField

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions