Skip to content

Commit f6c8a7d

Browse files
committed
ci: clarify local-http integration test constraint
1 parent 50ee1b5 commit f6c8a7d

File tree

5 files changed

+28
-101
lines changed

5 files changed

+28
-101
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
${{ runner.os }}-cargo-
3232
3333
- name: Run CI quality gate
34+
# Local HTTP integration tests require loopback listener support.
3435
run: ./scripts/ci-check.sh
3536

3637
- name: Run release build

Cargo.lock

Lines changed: 22 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
description = "High-performance BFS webcrawler implemented in Rust"
66
license = "MIT"
7-
authors = ["danieljake"]
7+
authors = ["Daniel Jake <danieljake@users.noreply.github.com>"]
88

99
[dependencies]
1010
async-trait = "0.1.85"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 Daniel Jake
3+
Copyright (c) 2025 Daniel Jake
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
🕸️ Multithreaded BFS Web crawler: Ultra Low Latency Rust Web Crawler
1+
# 🕸️ Nightcrawler - A Low Latency Multithreaded BFS Web crawler Written in Rust
22

3-
[![CI](https://github.com/danieljake/bfs-webcrawer-multithreaded/actions/workflows/ci.yml/badge.svg)](https://github.com/danieljake/bfs-webcrawer-multithreaded/actions/workflows/ci.yml)
3+
[![CI](https://github.com/danieljake/multithreaded-bfs-webcrawler/actions/workflows/ci.yml/badge.svg)](https://github.com/danieljake/bfs-webcrawer-multithreaded/actions/workflows/ci.yml)
44
[![Rust](https://img.shields.io/badge/rust-stable-%23DEA584.svg?logo=rust)](https://www.rust-lang.org)
55
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
66
[![Clippy](https://img.shields.io/badge/clippy-clean-green.svg)](https://rust-lang.github.io/rust-clippy/master/index.html)
77

8-
`bfs-webcrawer-multithreaded` is a standalone Rust re-implementation of a Java BFS web crawler, optimized for low-latency concurrent crawling with cacheline-aware synchronization.
8+
`Nightcrawler ` is a standalone BFS web crawler, optimized for low-latency concurrent crawling with cacheline-aware synchronization.
99

1010
## Highlights
1111

0 commit comments

Comments
 (0)