mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-08 01:36:49 +08:00
13 lines
845 B
Markdown
13 lines
845 B
Markdown
We have benchmarks, please consider running them: [see our README for details](https://github.com/fastfloat/fast_float/blob/main/README.md#benchmarking). We expect you to run our benchmarks if you make claims with respect to the performance.
|
|
|
|
|
|
Our CI tests check formatting automating. If such a test fails, please consider running the bash script:
|
|
|
|
```bash
|
|
bash script/run-clangcldocker.sh
|
|
```
|
|
|
|
Make sure that you have [docker installed and running](https://docs.docker.com/engine/install/) on your system. Most Linux distributions support docker though some (like RedHat) have the equivalent (Podman). Users of Apple systems may want to [consider OrbStack](https://orbstack.dev). You do not need to familiar with docker, you just need to make sure that you are have it running.
|
|
|
|
If you are unable to format the code, we may format it for you.
|