fix: benchmark timestamp ns, vectorbt trade count x2, remove fake perf numbers from README

This commit is contained in:
Jimmy7892
2026-03-17 16:23:22 +01:00
parent 67ab17280b
commit c4e7e9abb4
2 changed files with 6 additions and 10 deletions
+4 -8
View File
@@ -90,15 +90,11 @@ See the [examples/](examples/) directory for complete runnable strategies:
## Performance
ManifoldBT's Rust engine is orders of magnitude faster than pure-Python alternatives:
Run the benchmark yourself:
| Engine | 500K bars | 5M bars |
|--------|-----------|---------|
| **ManifoldBT** | ~0.02s | ~0.15s |
| vectorbt | ~0.8s | ~8s |
| backtrader | ~12s | ~120s+ |
Run `python benchmarks/bench_vs_competitors.py` to reproduce.
```bash
python benchmarks/bench_vs_competitors.py --rows 500000 --runs 5
```
## License