Cradicle Explorer
Programming_Benchmark
Info
Issues
Patches
Wallets
Source
Source
bin
build
src
test_src
thirdparty
hyperfine
.github
doc
scripts
README.md
advanced_statistics.py
plot_benchmark_comparison.py
plot_histogram.py
plot_parametrized.py
plot_progression.py
plot_whisker.py
ruff.toml
welch_ttest.py
src
tests
.gitignore
CHANGELOG.md
CITATION.cff
Cargo.lock
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
build.rs
CMakeLists.txt
README.md
results_first1000primes.json
results_first1000primes.md
results_hello_world.json
results_hello_world.md
/
thirdparty
/
hyperfine
/
scripts
/ ruff.toml
ruff.toml
1
target-version = "py310"
2
3
[lint]
4
extend-select = ["I", "UP", "RUF"]