Benchmark workspace for comparing cj_taskgroups against Swift structured concurrency.
.
|- results/
|- src/
|- swift-benchmark/
`- tools/
This submodule expects to live under the main cj_taskgroups repository, so the
benchmark executable depends on the parent library through a relative path.
. ./path/to/cangjie/build-tools/envsetup.ps1
cjpm runTo mirror the main-repo CI gate, run:
bash tools/run_cangjie_benchmark.shcd swift-benchmark
swift runOr use the helper script:
bash tools/run_swift_benchmark.shpython tools/compare_benchmarks.py results/cangjie-structured-benchmark.csv results/swift-structured-benchmark.csv